[Erp5-report] r43230 luke - /erp5/trunk/buildout/software-profiles/postfix.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 9 11:31:02 CET 2011


Author: luke
Date: Wed Feb  9 11:31:02 2011
New Revision: 43230

URL: http://svn.erp5.org?rev=43230&view=rev
Log:
 - use rpath for openssl

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=43230&r1=43229&r2=43230&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] Wed Feb  9 11:31:02 2011
@@ -1,5 +1,6 @@
 [buildout]
-extends = openssl.cfg
+extends =
+  openssl.cfg
 parts = postfix
 
 [postfix-hooks-download]
@@ -16,5 +17,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'
+configure-options = makefiles CCARGS='-DUSE_TLS -I${openssl:location}/include' AUXLIBS='-L${openssl:location}/lib -lssl -lcrypto -Wl,-rpath -Wl,${openssl:location}/lib'
 make-targets = ; /bin/sh postfix-install -non-interactive -package install_root=${:location}



More information about the Erp5-report mailing list