CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
diffutils: updated to 3.6
authorVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 03:08:03 +0000 (03:08 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 03:08:03 +0000 (03:08 +0000)
diffutils/.md5sum
diffutils/Pkgfile

index 6457cdd4968b5059a59a90d0ac237a6964644b42..22e668e9b889a6231e1b31e709f465f9348820c3 100644 (file)
@@ -1 +1 @@
-569354697ff1cfc9a9de3781361015fa  diffutils-3.5.tar.xz
+07cf286672ced26fba54cd0313bdc071  diffutils-3.6.tar.xz
index 3a504b1994c8c844be75d0218c4391bd8069a369..85917219853cf83c9488427fd964d8a8d4a65746 100644 (file)
@@ -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