Update of /cvsroot/monetdb/clients/src/php/Cimpl
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10111/src/php/Cimpl

Modified Files:
        Makefile.ag 
Log Message:
propagated changes of Tuesday Nov 20 2007 - Friday Nov 23 2007
from the Clients_1-20 branch to the development trunk


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/src/php/Cimpl/Makefile.ag,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.ag 8 Nov 2007 19:13:44 -0000       1.7
+++ Makefile.ag 23 Nov 2007 11:45:14 -0000      1.8
@@ -28,7 +28,13 @@
 #  we use GCC_SWIG_CFLAGS and ICC_SWIG_CFLAGS, respectively,
 #  to disable only the problematic warnings/errors as locally as possbile.
 #  See buildtools/conf/MonetDB.m4 for details.
-CFLAGS = $(GCC_SWIG_CFLAGS) $(ICC_SWIG_CFLAGS) -DCOMPILE_DL_MONETDB=1 
-D_GNU_SOURCE
+#CFLAGS = $(GCC_SWIG_CFLAGS) $(ICC_SWIG_CFLAGS) -DCOMPILE_DL_MONETDB=1 
-D_GNU_SOURCE
+#
+#  However, there are situations where user-chosen CFLAGS and/or X_CFLAGS
+#  are beyond our control. Hence, for the sake of a smooth compilation, we
+#  have to take the freedom to overrule the user's deliberate choice for
+#  X_CFLAGS by locally disabling them indifferently.
+X_CFLAGS = -DCOMPILE_DL_MONETDB=1 -D_GNU_SOURCE
 
 SUBDIRS = examples 
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to