[Erp5-report] r40688 luke - /erp5/trunk/buildout/software-profiles/apache.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 14:44:50 CET 2010


Author: luke
Date: Thu Nov 25 14:44:50 2010
New Revision: 40688

URL: http://svn.erp5.org?rev=40688&view=rev
Log:
 - compile against more locally available software
 - disable not needed options, to not link accidentially with external software

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=40688&r1=40687&r2=40688&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/apache.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/apache.cfg [utf8] Thu Nov 25 14:44:50 2010
@@ -4,8 +4,10 @@ parts = apache
 extends =
   ../software-profiles/libexpat.cfg
   ../software-profiles/libuuid.cfg
+  ../software-profiles/gdbm.cfg
   ../software-profiles/openssl.cfg
   ../software-profiles/pcre.cfg
+  ../software-profiles/sqlite3.cfg
   ../software-profiles/zlib.cfg
 
 [apache]
@@ -42,7 +44,21 @@ configure-options = --enable-authn-alias
                     --with-z=${zlib:location}
                     --with-expat=${libexpat:location}
                     --with-pcre=${pcre:location}
+                    --with-sqlite3=${sqlite3:location}
+                    --with-dbm=gdbm
+                    --with-gdm=${gdbm:location}
+                    --without-lber
+                    --without-ldap
+                    --without-ndbm
+                    --without-berkeley-db
+                    --without-pgsql
+                    --without-mysql
+                    --without-sqlite2
+                    --without-oracle
+                    --without-freedts
+                    --without-odbc
+                    --without-iconv
 
 environment =
   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
+  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