[Erp5-report] r40082 luke - /erp5/trunk/buildout/software-profiles/kumo.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 9 11:27:52 CET 2010


Author: luke
Date: Tue Nov  9 11:27:51 2010
New Revision: 40082

URL: http://svn.erp5.org?rev=40082&view=rev
Log:
 - compile against locally available ssl and zlib
 - put CPPFLAGS and LDGLAGS in environment to have more control

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

Modified: erp5/trunk/buildout/software-profiles/kumo.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/kumo.cfg?rev=40082&r1=40081&r2=40082&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/kumo.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/kumo.cfg [utf8] Tue Nov  9 11:27:51 2010
@@ -2,6 +2,8 @@
 extends =
   ../software-profiles/tokyocabinet.cfg
   ../software-profiles/messagepack.cfg
+  ../software-profiles/openssl.cfg
+  ../software-profiles/zlib.cfg
 
 parts = kumo
 
@@ -12,4 +14,7 @@ md5sum = 70fc53a332fb2b76ae6a3aad7aa59aa
 configure-options =
   --with-tokyocabinet=${tokyocabinet:location}
   --with-msgpack=${messagepack:location}
-  LDFLAGS="-Wl,-rpath ${tokyocabinet:location}/lib -Wl,-rpath ${messagepack:location}/lib"
+
+environment =
+  CPPFLAGS=-I${zlib:location}/include -I${openssl:location}/include
+  LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath -Wl,${tokyocabinet:location}/lib -Wl,-rpath -Wl,${messagepack:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib




More information about the Erp5-report mailing list