X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=pkgutils%2FPkgfile;h=bd75d2ac489b71a2c7495f11630ffef4c03d196a;hb=1f9c98108c0e8cc7e987216c3a037489ce96397c;hp=5c683204b4dc555909ae79622043cb735aab65cc;hpb=cc67f700619d62fdc7cc4aa91c34ddc6c5b35d87;p=crossrootfs.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 5c68320..bd75d2a 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -12,5 +12,5 @@ source=(http://crux.nu/files/$name-$version.tar.xz) build () { cd $name-$version make DESTDIR=$PKG MANDIR=/usr/share/man install - sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf + sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf }