[Erp5-report] r40568 kazuhiko - /erp5/trunk/buildout/software-profiles/neon.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 23:21:11 CET 2010


Author: kazuhiko
Date: Tue Nov 23 23:21:10 2010
New Revision: 40568

URL: http://svn.erp5.org?rev=40568&view=rev
Log:
add a missing $

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

Modified: erp5/trunk/buildout/software-profiles/neon.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/neon.cfg?rev=40568&r1=40567&r2=40568&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/neon.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/neon.cfg [utf8] Tue Nov 23 23:21:10 2010
@@ -21,5 +21,5 @@ configure-options =
 environment =
   PATH=${libxml2:location}/bin:%(PATH)s
   PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig
-  CPPFLAGS=-I${openssl:location}/include -I{zlib:location}/include
+  CPPFLAGS=-I${openssl:location}/include -I${zlib:location}/include
   LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib




More information about the Erp5-report mailing list