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

- enable some features and lockdown to buildout environment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43231 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78647522
[buildout] [buildout]
extends = extends =
libdb.cfg
openssl.cfg openssl.cfg
pcre.cfg
parts = postfix parts = postfix
[postfix-hooks-download] [postfix-hooks-download]
...@@ -17,5 +20,5 @@ md5sum = 6b954cfb3eb6141dac1e773281211717 ...@@ -17,5 +20,5 @@ md5sum = 6b954cfb3eb6141dac1e773281211717
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
pre-make-hook = ${postfix-hooks-download:location}/${postfix-hooks-download:filename}:pre_make_hook pre-make-hook = ${postfix-hooks-download:location}/${postfix-hooks-download:filename}:pre_make_hook
configure-command = make 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} make-targets = ; /bin/sh postfix-install -non-interactive -package install_root=${:location}
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