[Erp5-report] r40742 kazuhiko - /erp5/trunk/buildout/software-profiles/gettext.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 21:46:00 CET 2010


Author: kazuhiko
Date: Thu Nov 25 21:45:59 2010
New Revision: 40742

URL: http://svn.erp5.org?rev=40742&view=rev
Log:
define CPPFLAGS, not CFLAGS to specify header locations.

Modified:
    erp5/trunk/buildout/software-profiles/gettext.cfg

Modified: erp5/trunk/buildout/software-profiles/gettext.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gettext.cfg?rev=40742&r1=40741&r2=40742&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] Thu Nov 25 21:45:59 2010
@@ -22,5 +22,5 @@ configure-options =
   --disable-openmp
 
 environment =
-  CFLAGS=-I${libxml2:location}/include -I${zlib:location}/include -I${ncurses:location}/include
+  CPPFLAGS=-I${libxml2:location}/include -I${zlib:location}/include -I${ncurses:location}/include
   LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${ncurses:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib




More information about the Erp5-report mailing list