From e834ce9af7ef9e113ca75a205741fe0746541ef9 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 13 May 2012 20:44:22 +0000 Subject: coreutils 8.17-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coreutils/Pkgfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'coreutils/Pkgfile') diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index ac61114fe..c3cfd05d3 100755 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -4,17 +4,17 @@ # Packager: thierryn1 at hispeed dot ch name=coreutils -version=8.16 +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) +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 - ./configure --prefix=/usr \ + FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --enable-no-install-program=kill,uptime,hostname make -- cgit v1.2.3-54-g00ecf