From 393ba8a5179977f6edaf634630b33b81a1110187 Mon Sep 17 00:00:00 2001 From: piernov Date: Fri, 25 May 2012 17:08:03 +0000 Subject: coreutils 8.17-1 ajout patch i18n + forcer désactivation acl&libcap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coreutils/Pkgfile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'coreutils/Pkgfile') diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index c3cfd05d3..23a4fd306 100755 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -5,18 +5,20 @@ name=coreutils version=8.17 -release=1 -source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz) -# http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch) +release=2 +source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz + http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch) build() { cd $name-$version -# patch -Np1 -i ../$name-$version-i18n-1.patch + patch -Np1 -i ../$name-$version-i18n-1.patch FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \ --libexecdir=/usr/lib \ - --enable-no-install-program=kill,uptime,hostname + --enable-no-install-program=kill,uptime,hostname \ + --disable-acl \ + --disable-libcap make make DESTDIR=$PKG install -- cgit v1.2.3-70-g09d2