diff options
author | Juergen Daubert <jue@jue.li> | 2012-04-02 14:47:37 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-04-02 14:47:37 +0200 |
commit | 1005605f21af335828c7364b79c10fb56cee2b00 (patch) | |
tree | 49329c6e5040a3056729552ed9e0f6b13bdb311e /coreutils | |
parent | d666a571441ccd5e5d7bcf753dfc563aba557c73 (diff) | |
download | core-1005605f21af335828c7364b79c10fb56cee2b00.tar.gz core-1005605f21af335828c7364b79c10fb56cee2b00.tar.xz |
coreutils: update to 8.16
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/.md5sum | 2 | ||||
-rw-r--r-- | coreutils/Pkgfile | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/coreutils/.md5sum b/coreutils/.md5sum index 95d657fe..70f86916 100644 --- a/coreutils/.md5sum +++ b/coreutils/.md5sum @@ -1,2 +1,2 @@ -094909fafa86110140b32e4948941545 coreutils-8.15.tar.xz +89b06f91634208dceba7b36ad1f9e8b9 coreutils-8.16.tar.xz e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index caace786..c1fee40c 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libgmp acl libcap name=coreutils -version=8.15 +version=8.16 release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz coreutils-uname.patch) @@ -13,7 +13,8 @@ build() { cd $name-$version patch -p1 -i $SRC/coreutils-uname.patch - + export FORCE_UNSAFE_CONFIGURE=1 + ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --mandir=/usr/man \ |