Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=429d47ebcd2c5972c2c8d9a5078a3bab7eb6f854

commit 429d47ebcd2c5972c2c8d9a5078a3bab7eb6f854
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Sat Jun 7 16:18:51 2008 +0200

include/util.sh: add a CFLAGS trick in Fmake()

diff --git a/source/include/util.sh b/source/include/util.sh
index 44d433a..b66cc2a 100644
--- a/source/include/util.sh
+++ b/source/include/util.sh
@@ -548,7 +548,7 @@ Fmake() {
Fconf "$@"
Fmessage "Compiling..."
if [ -f GNUmakefile -o -f makefile -o -f Makefile ]; then
-               make || Fdie
+               make CFLAGS="$CFLAGS" || Fdie
elif [ -f setup.py ]; then
python setup.py build "$@" || Fdie
elif [ -f setup.rb ]; then
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to