[Erp5-report] r45169 kazuhiko - /erp5/trunk/buildout/software-profiles/apache.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 7 13:16:52 CEST 2011


Author: kazuhiko
Date: Thu Apr  7 13:16:52 2011
New Revision: 45169

URL: http://svn.erp5.org?rev=45169&view=rev
Log:
to specify header locations, we should use CPPFLAGS not CFLAGS.

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

Modified: erp5/trunk/buildout/software-profiles/apache.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/apache.cfg?rev=45169&r1=45168&r2=45169&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/apache.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/apache.cfg [utf8] Thu Apr  7 13:16:52 2011
@@ -65,7 +65,7 @@ configure-options = --enable-authn-alias
 environment =
   PATH=${pkgconfig:location}/bin:%(PATH)s
   PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
-  CFLAGS =-I${libuuid:location}/include
+  CPPFLAGS =-I${libuuid:location}/include
   LDFLAGS =-Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib -Wl,-rpath -Wl,${libexpat:location}/lib -Wl,-rpath -Wl,${pcre:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${gdbm:location}/lib
 
 [apache-antiloris]



More information about the Erp5-report mailing list