diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-06 17:40:11 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-06 17:40:11 +0100 |
| commit | 0cd497af446f04f0b197f779ff407cf4cb43b7ce (patch) | |
| tree | 11748252d032f5e5797c4f11c3d4ce6b98ffabd3 /package/coreutils/Makefile | |
| parent | 36f7c1031ee62f73830b67c805e2fce2656331b2 (diff) | |
| parent | d2081213352e456f7596f22e0b37b682204c4cfe (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: |
