CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wget: updated to 1.15
[crossrootfs.git] / pkgutils / Pkgfile
index bc0c646b0197804464fee3fd227cfa161008d673..3035717c7bb2406ec8f1224c2e4b7b1d94ad843e 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.34.2
+version=5.35.6
 release=1
 source=(http://crux.nu/files/$name-$version.tar.gz)
 
 build () {
   cd $name-$version
   make DESTDIR=$PKG install
-  sed 's|FLAGS=.*|FLAGS=""|' -i $PKG/etc/pkgmk.conf
+  sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf
 }