X-Git-Url: http://gitweb/?a=blobdiff_plain;f=diffutils%2FPkgfile;h=85917219853cf83c9488427fd964d8a8d4a65746;hb=a91d52592100e300978e68d8ef18b3e26f7865f6;hp=3a504b1994c8c844be75d0218c4391bd8069a369;hpb=61d538648cea707445c221444af4a761f5f52439;p=crossrootfs.git diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index 3a504b1..8591721 100644 --- a/diffutils/Pkgfile +++ b/diffutils/Pkgfile @@ -5,9 +5,9 @@ # Depends on: name=diffutils -version=3.5 +version=3.6 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) +source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version @@ -15,7 +15,8 @@ build() { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --disable-nls + --disable-nls \ + gl_cv_func_getopt_gnu=yes make make prefix=$PKG/usr install