diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-25 10:49:43 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-25 10:49:43 +0200 |
commit | e12cadf0cad49f194d9f12b3ddb9ee7627df3076 (patch) | |
tree | 2c204bc96da0fde069624fdcbfa67d2531bd2eb0 /community | |
parent | 77425e418fa3a0ad0ddf41a4d3adcfe08ba9ac88 (diff) |
Respect user's CFLAGS in setconf.
Diffstat (limited to 'community')
-rw-r--r-- | community/setconf/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |