diff options
author | piernov <piernov@piernov.org> | 2012-05-25 17:08:03 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-25 17:08:03 +0000 |
commit | 393ba8a5179977f6edaf634630b33b81a1110187 (patch) | |
tree | 11f53b7aa23b427fc774b43ed698e2281995834e /coreutils | |
parent | 776535a42951e366e26d2b18b92562f71f21e031 (diff) | |
download | nutyx-pakxe-393ba8a5179977f6edaf634630b33b81a1110187.tar.gz nutyx-pakxe-393ba8a5179977f6edaf634630b33b81a1110187.tar.bz2 nutyx-pakxe-393ba8a5179977f6edaf634630b33b81a1110187.tar.xz nutyx-pakxe-393ba8a5179977f6edaf634630b33b81a1110187.zip |
coreutils 8.17-1 ajout patch i18n + forcer désactivation acl&libcap
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/.md5sum.i686 | 1 | ||||
-rw-r--r-- | coreutils/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | coreutils/Pkgfile | 12 |
3 files changed, 9 insertions, 5 deletions
diff --git a/coreutils/.md5sum.i686 b/coreutils/.md5sum.i686 index 44109bd14..979f8fbbb 100644 --- a/coreutils/.md5sum.i686 +++ b/coreutils/.md5sum.i686 @@ -1 +1,2 @@ +481e9b16af57a7ee4f7b663aefc0b662 coreutils-8.17-i18n-1.patch bbda656ce8ca2c6903948f9faa204ba3 coreutils-8.17.tar.xz diff --git a/coreutils/.md5sum.x86_64 b/coreutils/.md5sum.x86_64 index 44109bd14..979f8fbbb 100644 --- a/coreutils/.md5sum.x86_64 +++ b/coreutils/.md5sum.x86_64 @@ -1 +1,2 @@ +481e9b16af57a7ee4f7b663aefc0b662 coreutils-8.17-i18n-1.patch bbda656ce8ca2c6903948f9faa204ba3 coreutils-8.17.tar.xz 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 |