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

- WIP software profile to compile postfix


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43183 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 07feca30
[buildout]
extends = openssl.cfg
parts = postfix
[postfix]
recipe = hexagonit.recipe.cmmi
url = ftp://postfix.eu.org/pub/postfix/official/postfix-2.6.5.tar.gz
md5sum = 6b954cfb3eb6141dac1e773281211717
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-command = make
configure-options = makefiles CCARGS='-DUSE_TLS -I${openssl:location}/include -DDEF_COMMAND_DIR=\"${:location}/sbin\" -DDEF_CONFIG_DIR=\"${:location}/etc\" -DDEF_DATA_DIR=\"${:location}/lib\" -DDEF_MAILQ_PATH=\"${:location}/bin/mailq\" -DDEF_DAEMON_DIR=\"${:location}/libexec\" -DDEF_NEWALIAS_PATH=\"${:location}/bin/newaliases\" -DDEF_QUEUE_DIR=\"${:location}/spool\" -DDEF_SENDMAIL_PATH=\"${:location}/sbin/sendmail\" -DDEF_MANPAGE_DIR=\"${:location}/man\"' AUXLIBS='-L${openssl:location}/lib -lssl -lcrypto'
make-targets = ; /bin/sh -v postfix-install -non-interactive
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