diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-05 21:19:09 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-05 21:19:09 +0100 |
| commit | 0d26df21995dc2f25041974fb6faf3ec31be6467 (patch) | |
| tree | 5c7d127a7440047678be887af89ad2c4029f7b92 /package/coreutils/Makefile | |
| parent | da41715f82af9f47cfe64a5c71fb998ba3ebc335 (diff) | |
| parent | c60450e51bf32ef6993ece3496cd8cdcb93b8e04 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/coreutils/Makefile')
| -rw-r--r-- | package/coreutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile index 0e7aa1835..26a501fd8 100644 --- a/package/coreutils/Makefile +++ b/package/coreutils/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:= coreutils PKG_VERSION:= 8.21 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 065ba41828644eca5dd8163446de5d64 PKG_DESCR:= basic file, shell and text manipulation utilities PKG_SECTION:= base -PKG_BUILDDEP:= gmp +PKG_BUILDDEP:= gmp autotool PKG_URL:= http://www.gnu.org/software/coreutils/ PKG_SITES:= http://ftp.gnu.org/gnu/coreutils/ @@ -30,6 +30,7 @@ $(eval $(call PKG_template,TSORT,tsort,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPEN $(eval $(call PKG_template,TOUCH,touch,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_TOUCH},${PKGSC_TOUCH})) $(eval $(call PKG_template,SHA256SUM,sha256sum,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_SHA256SUM},${PKGSC_SHA256SUM})) +AUTOTOOL_STYLE:= autoreconf CONFIGURE_ARGS+= --disable-rpath touch-install: |
