[Erp5-report] r40741 kazuhiko - /erp5/trunk/buildout/software-profiles/librsync.cfg

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


Author: kazuhiko
Date: Thu Nov 25 21:32:00 2010
New Revision: 40741

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

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

Modified: erp5/trunk/buildout/software-profiles/librsync.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/librsync.cfg?rev=40741&r1=40740&r2=40741&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/librsync.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/librsync.cfg [utf8] Thu Nov 25 21:32:00 2010
@@ -13,5 +13,5 @@ md5sum = 24cdb6b78f45e0e83766903fd4f6bc8
 configure-options =
   --enable-shared
 environment =
-  CFLAGS=-I${zlib:location}/include -I${bzip2:location}/include -I${popt:location}/include
+  CPPFLAGS=-I${zlib:location}/include -I${bzip2:location}/include -I${popt:location}/include
   LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -L${popt:location}/lib -Wl,-rpath -Wl,${popt:location}/lib




More information about the Erp5-report mailing list