X-Git-Url: http://gitweb/?a=blobdiff_plain;f=diffutils%2FPkgfile;h=2be3f43b9963d5903de9c652951c017330361a9c;hb=4517995d45df1b07db8b37ebb57c8204584f6855;hp=3a504b1994c8c844be75d0218c4391bd8069a369;hpb=17e3f5fe13818d2d384144dd679f94fb7a2666a5;p=crossrootfs.git diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index 3a504b1..2be3f43 100644 --- a/diffutils/Pkgfile +++ b/diffutils/Pkgfile @@ -5,17 +5,17 @@ # 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 - ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --disable-nls + --disable-nls \ + gl_cv_func_getopt_gnu=yes make make prefix=$PKG/usr install