mc: multple fixes (#2367)
[termux-packages] / packages / tar / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/tar/
2TERMUX_PKG_DESCRIPTION="GNU tar for manipulating tar archives"
be39e6f4 3TERMUX_PKG_VERSION=1.30
0fa355a8 4TERMUX_PKG_REVISION=1
722ed12d 5TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/tar/tar-${TERMUX_PKG_VERSION}.tar.xz
be39e6f4 6TERMUX_PKG_SHA256=f1bf92dbb1e1ab27911a861ea8dde8208ee774866c46c0bb6ead41f4d1f4d2d3
7892fa97
FF
7# Allow xz compression (busybox only provides xz decompression):
8TERMUX_PKG_DEPENDS="xz-utils"
59f0d218
FF
9# When cross-compiling configure guesses that d_ino in struct dirent only exists
10# if triplet matches linux*-gnu*, so we force set it explicitly:
11TERMUX_PKG_EXTRA_CONFIGURE_ARGS="gl_cv_struct_dirent_d_ino=yes"
0fa355a8
LP
12
13# this needed to disable tar's implementation of mkfifoat() so it is possible
14# to use own implementation (see patch 'mkfifoat.patch').
15TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_func_mkfifoat=yes"