Commit d3c46321 authored by Łukasz Nowak's avatar Łukasz Nowak

- compile against more locally available software

 - disable not needed options, to not link accidentially with external software


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40688 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45ae39d6
...@@ -4,8 +4,10 @@ parts = apache ...@@ -4,8 +4,10 @@ parts = apache
extends = extends =
../software-profiles/libexpat.cfg ../software-profiles/libexpat.cfg
../software-profiles/libuuid.cfg ../software-profiles/libuuid.cfg
../software-profiles/gdbm.cfg
../software-profiles/openssl.cfg ../software-profiles/openssl.cfg
../software-profiles/pcre.cfg ../software-profiles/pcre.cfg
../software-profiles/sqlite3.cfg
../software-profiles/zlib.cfg ../software-profiles/zlib.cfg
[apache] [apache]
...@@ -42,7 +44,21 @@ configure-options = --enable-authn-alias ...@@ -42,7 +44,21 @@ configure-options = --enable-authn-alias
--with-z=${zlib:location} --with-z=${zlib:location}
--with-expat=${libexpat:location} --with-expat=${libexpat:location}
--with-pcre=${pcre: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 = environment =
CFLAGS =-I${libuuid:location}/include 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment