findutils: Rebuild to avoid endpwent()
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 19 Sep 2016 23:09:43 +0000 (19:09 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 19 Sep 2016 23:09:43 +0000 (19:09 -0400)
See #212.

packages/findutils/build.sh

index bf1b678..22a3bd8 100644 (file)
@@ -1,6 +1,7 @@
 TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/findutils/
 TERMUX_PKG_DESCRIPTION="Utilities to find files meeting specified criteria and perform various actions on the files which are found"
 TERMUX_PKG_VERSION=4.6.0
+TERMUX_PKG_BUILD_REVISION=1
 TERMUX_PKG_SRCURL=http://ftp.gnu.org/pub/gnu/findutils/findutils-${TERMUX_PKG_VERSION}.tar.gz
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="gl_cv_func_fflush_stdin=yes SORT_SUPPORTS_Z=yes SORT=$TERMUX_PREFIX/bin/applets/sort"
 TERMUX_PKG_DEPENDS="libandroid-support"