[Erp5-report] r43231 luke - /erp5/trunk/buildout/software-profiles/postfix.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 9 11:36:33 CET 2011
Author: luke
Date: Wed Feb 9 11:36:33 2011
New Revision: 43231
URL: http://svn.erp5.org?rev=43231&view=rev
Log:
- enable some features and lockdown to buildout environment
Modified:
erp5/trunk/buildout/software-profiles/postfix.cfg
Modified: erp5/trunk/buildout/software-profiles/postfix.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/postfix.cfg?rev=43231&r1=43230&r2=43231&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] Wed Feb 9 11:36:33 2011
@@ -1,6 +1,9 @@
[buildout]
extends =
+ libdb.cfg
openssl.cfg
+ pcre.cfg
+
parts = postfix
[postfix-hooks-download]
@@ -17,5 +20,5 @@ md5sum = 6b954cfb3eb6141dac1e77328121171
location = ${buildout:parts-directory}/${:_buildout_section_name_}
pre-make-hook = ${postfix-hooks-download:location}/${postfix-hooks-download:filename}:pre_make_hook
configure-command = make
-configure-options = makefiles CCARGS='-DUSE_TLS -I${openssl:location}/include' AUXLIBS='-L${openssl:location}/lib -lssl -lcrypto -Wl,-rpath -Wl,${openssl:location}/lib'
+configure-options = makefiles CCARGS='-DUSE_TLS -DHAS_PCRE -DHAS_DB -I${libdb:location}/include -I${pcre:location}/include -I${openssl:location}/include' AUXLIBS='-L${openssl:location}/lib -L${pcre:location}/lib -L${libdb:location}/lib -lssl -lpcre -ldb -lcrypto -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${pcre:location}/lib -Wl,-rpath -Wl,${libdb:location}/lib'
make-targets = ; /bin/sh postfix-install -non-interactive -package install_root=${:location}
More information about the Erp5-report
mailing list