From: Michael Tremer Date: Wed, 23 Feb 2011 21:37:51 +0000 (+0100) Subject: coreutils: Add gmp and libcap support. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd5121cd427656f57e18517c087c48424a228253;p=ipfire-3.x.git coreutils: Add gmp and libcap support. --- diff --git a/pkgs/core/coreutils/coreutils.nm b/pkgs/core/coreutils/coreutils.nm index 6222b9b88..a9ca9190b 100644 --- a/pkgs/core/coreutils/coreutils.nm +++ b/pkgs/core/coreutils/coreutils.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = coreutils PKG_VER = 8.9 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = System/Base @@ -39,8 +39,8 @@ define PKG_DESCRIPTION the old GNU fileutils, sh-utils, and textutils packages. endef -PKG_BUILD_DEPS+= autoconf automake libacl-devel libattr-devel libcap \ - libselinux-devel ncurses-devel e2fsprogs pam-devel +PKG_BUILD_DEPS+= autoconf automake e2fsprogs-devel gmp-devel libacl-devel \ + libattr-devel libcap-devel libselinux-devel ncurses-devel pam-devel PKG_TARBALL = $(THISAPP).tar.gz