diff --git a/buildout/software-profiles/postfix.cfg b/buildout/software-profiles/postfix.cfg index 792d570d98bff22823ec9afdf3fd636dba46f08d..60cde39d065edf3dfe6976f07f3d828afe55e4b8 100644 --- a/buildout/software-profiles/postfix.cfg +++ b/buildout/software-profiles/postfix.cfg @@ -1,5 +1,6 @@ [buildout] -extends = openssl.cfg +extends = + openssl.cfg parts = postfix [postfix-hooks-download] @@ -16,5 +17,5 @@ md5sum = 6b954cfb3eb6141dac1e773281211717 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}