From 1f9c98108c0e8cc7e987216c3a037489ce96397c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 17 May 2016 19:51:24 +0000 Subject: [PATCH] pkgutils: adapted CFLAGS --- pkgutils/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.26.2