# Postfix # http://www.postfix.org/ [buildout] extends = ../libdb/buildout.cfg ../openssl/buildout.cfg ../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 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} 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}