diff --git a/component/postfix/buildout.cfg b/component/postfix/buildout.cfg index eb610600039c43d7e7d15d72815207c9ba07e715..a6c57b2c54538469bb8873f0a243b513c873b149 100644 --- a/component/postfix/buildout.cfg +++ b/component/postfix/buildout.cfg @@ -8,27 +8,6 @@ extends = ../pcre/buildout.cfg ../cyrus-sasl/buildout.cfg -[noroot.patch] -recipe = hexagonit.recipe.download -url =${:_profile_base_location_}/${:filename} -filename = ${:_buildout_section_name_} -download-only = true -md5sum = 738bcc97b8044c45b58708bdf3a84b8e - -[skip-libdb-check.patch] -recipe = hexagonit.recipe.download -url =${:_profile_base_location_}/${:filename} -filename = ${:_buildout_section_name_} -download-only = true -md5sum = f7fdbd8787874b535fee548b0139c0d8 - -[postfix-linux4.patch] -recipe = hexagonit.recipe.download -url = ${:_profile_base_location_}/${:filename} -filename = ${:_buildout_section_name_} -download-only = true -md5sum = 2549e80b9834c58185a18bfbf55c2767 - [postfix] recipe = slapos.recipe.cmmi url = ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.11.1.tar.gz @@ -36,9 +15,9 @@ md5sum = 56ac1f1a79737c4ac1e24535a122a4a6 location = ${buildout:parts-directory}/${:_buildout_section_name_} patch-options = -p1 patches = - ${noroot.patch:location}/${noroot.patch:filename} - ${skip-libdb-check.patch:location}/${skip-libdb-check.patch:filename} - ${postfix-linux4.patch:location}/${postfix-linux4.patch:filename} + ${:_profile_base_location_}/noroot.patch#738bcc97b8044c45b58708bdf3a84b8e + ${:_profile_base_location_}/skip-libdb-check.patch#f7fdbd8787874b535fee548b0139c0d8 + ${:_profile_base_location_}/postfix-linux4.patch#2549e80b9834c58185a18bfbf55c2767 configure-command = make configure-options = makefiles CCARGS='-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DUSE_TLS -DHAS_PCRE -DHAS_DB -I${libdb:location}/include -I${pcre:location}/include -I${openssl:location}/include -I${cyrus-sasl:location}/include/sasl' AUXLIBS='-L${openssl:location}/lib -L${pcre:location}/lib -L${libdb:location}/lib -L${cyrus-sasl:location}/lib -lssl -lpcre -ldb -lcrypto -lsasl2 -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${libdb:location}/lib -Wl,-rpath=${cyrus-sasl:location}/lib' make-targets = non-interactive-package install_root=${:location}