summaryrefslogtreecommitdiff
path: root/package/findutils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-16 18:12:36 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-16 18:12:36 +0100
commitc9fc73c8354c8f9a91943e07e1958ebb2cb1f4b4 (patch)
treeb231676415068adf4dd916d82d80c643013d4cfb /package/findutils/Makefile
parent329c31246e8aea3d3a1890ea839776d707b4617f (diff)
findutils: update to latest, musl patches no longer required, as upstream updated included gnulib copy
Diffstat (limited to 'package/findutils/Makefile')
-rw-r--r--package/findutils/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/findutils/Makefile b/package/findutils/Makefile
index a2ad47c3a..46d8d1499 100644
--- a/package/findutils/Makefile
+++ b/package/findutils/Makefile
@@ -4,12 +4,12 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= findutils
-PKG_VERSION:= 4.4.2
-PKG_RELEASE:= 7
-PKG_HASH:= 434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a
+PKG_VERSION:= 4.6.0
+PKG_RELEASE:= 1
+PKG_HASH:= ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
PKG_DESCR:= utilities for finding files
PKG_SECTION:= base/apps
-HOST_BUILDDEP:= autoconf-host bison-host
+HOST_BUILDDEP:= bison-host
PKG_NEEDS:= treads
PKG_URL:= http://www.gnu.org/software/findutils/
PKG_SITES:= http://ftp.gnu.org/pub/gnu/findutils/
@@ -33,7 +33,6 @@ $(eval $(call PKG_template,FIND,find,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS
$(eval $(call PKG_template,LOCATE,locate,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LOCATE},${PKG_SECTION}))
$(eval $(call PKG_template,XARGS,xargs,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_XARGS},${PKG_SECTION}))
-AUTOTOOL_STYLE:= autoreconf
CONFIGURE_ENV+= gl_cv_func_wcwidth_works=yes \
ac_cv_func_working_mktime=yes