CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated to 5.32.2 and fixed flags for alignment exception
authorVictor Martinez <pitillo@ono.com>
Fri, 23 Nov 2012 23:33:19 +0000 (23:33 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 23 Nov 2012 23:33:19 +0000 (23:33 +0000)
pkgutils/.md5sum
pkgutils/Pkgfile

index d90906fd7a73313141013d735ee1b452760b914c..27f861ac5ceaf9fddb964c1f6b01eae16be6d802 100644 (file)
@@ -1 +1 @@
-6cdd43fce5e8da4d4256e24e24c6556f  pkgutils-5.35.1.tar.gz
+9a81b50397835bed82d3821c54ba7580  pkgutils-5.35.2.tar.gz
index cb020a8c75502d8c689d664b2d555a1f576ebbd1..60662b80f7e7d48a7500db1499ed49ae1f7fdccc 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.35.1
-release=2
+version=5.35.2
+release=1
 source=(http://crux.nu/files/$name-$version.tar.gz)
 
 build () {
   cd $name-$version
   make DESTDIR=$PKG install
-  sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf
+  sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mno-unaligned-access"|' -i $PKG/etc/pkgmk.conf
 }