From e12cadf0cad49f194d9f12b3ddb9ee7627df3076 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Sun, 25 Mar 2012 10:49:43 +0200 Subject: Respect user's CFLAGS in setconf. --- community/setconf/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/setconf') diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD index 6783a0d0f..4827be4e4 100644 --- a/community/setconf/PKGBUILD +++ b/community/setconf/PKGBUILD @@ -4,7 +4,7 @@ pkgname=setconf pkgver=0.3.2 pkgrel=4 pkgdesc="Utility to easily change settings in Makefiles and configuration files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://setconf.roboticoverlords.org/" license=('GPL') depends=('pcre' 'gc') @@ -16,7 +16,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" shedskin "$pkgname.py" - make CPPFLAGS="-march=native -fomit-frame-pointer" + make CPPFLAGS="$CFLAGS" } package() { -- cgit v1.2.3-54-g00ecf