From a7ca82365d9f4ca4ef88a1f6bb22c9887c00f950 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sat, 14 Sep 2013 21:39:18 +0000 Subject: [PATCH] pkgutils: fixed CFLAGS used --- pkgutils/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 60662b8..a2b8e2d 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -12,5 +12,5 @@ source=(http://crux.nu/files/$name-$version.tar.gz) build () { cd $name-$version make DESTDIR=$PKG install - sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mno-unaligned-access"|' -i $PKG/etc/pkgmk.conf + sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf } -- 2.26.2