[Erp5-report] r43187 luke - /erp5/trunk/buildout/software-profiles/postfix.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 8 18:23:42 CET 2011
Author: luke
Date: Tue Feb 8 18:23:42 2011
New Revision: 43187
URL: http://svn.erp5.org?rev=43187&view=rev
Log:
- use install_root switch and simplify compilation arguments
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=43187&r1=43186&r2=43187&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] Tue Feb 8 18:23:42 2011
@@ -8,5 +8,5 @@ url = ftp://postfix.eu.org/pub/postfix/o
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
+configure-options = makefiles CCARGS='-DUSE_TLS -I${openssl:location}/include' AUXLIBS='-L${openssl:location}/lib -lssl -lcrypto'
+make-targets = ; /bin/sh postfix-install -non-interactive -package install_root=${:location}
More information about the Erp5-report
mailing list