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

commit 74ca4b19af2f95c73b8d57baf5303a3e1db6f599
Author: crazy <[EMAIL PROTECTED]>
Date:   Mon Jun 9 11:14:31 2008 +0200

Revert "include/util.sh: add a CFLAGS trick in Fmake()"
* This reverts commit 429d47ebcd2c5972c2c8d9a5078a3bab7eb6f854.
* this is not going to work that way .. you'll kill *FLAGS set from
* build system , this 'trick' may work when you compile broken apps
* and use sed on the *FLAGS

diff --git a/source/include/util.sh b/source/include/util.sh
index b66cc2a..44d433a 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 CFLAGS="$CFLAGS" || Fdie
+               make || Fdie
elif [ -f setup.py ]; then
python setup.py build "$@" || Fdie
elif [ -f setup.rb ]; then
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to