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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 7 12:08:14 CEST 2011


Author: kazuhiko
Date: Thu Apr  7 12:08:14 2011
New Revision: 45164

URL: http://svn.erp5.org?rev=45164&view=rev
Log:
use our own pkg-config to compute openssl related libraries correctly.

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=45164&r1=45163&r2=45164&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/apache.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/apache.cfg [utf8] Thu Apr  7 12:08:14 2011
@@ -9,6 +9,7 @@ extends =
   gdbm.cfg
   openssl.cfg
   pcre.cfg
+  pkgconfig.cfg
   sqlite3.cfg
   zlib.cfg
 
@@ -62,6 +63,8 @@ configure-options = --enable-authn-alias
                     --without-iconv
 
 environment =
+  PATH=${pkgconfig:location}/bin:%(PATH)s
+  PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
   CFLAGS =-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
 



More information about the Erp5-report mailing list