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

- simplify package cretaion


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43232 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b14f3bb9
......@@ -21,4 +21,4 @@ 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 -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 = 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