CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
inetutils: fixed .footprint
[crossrootfs.git] / pkgutils / Pkgfile
index cb020a8c75502d8c689d664b2d555a1f576ebbd1..a2b8e2dfce2ad37f8c7f93b345f1446f188141f8 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 -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf
 }