postfix: include milter-header backport from 2.7
This commit is contained in:
parent
e9b7814173
commit
059d38f329
@ -1,4 +1,5 @@
|
|||||||
be543b65525f544386a2d8395ea19cdf aliases
|
be543b65525f544386a2d8395ea19cdf aliases
|
||||||
|
9bbe0e2b86a8dae347630d7c30f34526 postfix-2.6-milter-header-checks-20090607-patch.gz
|
||||||
e291610d05376467b42cd77ca4d10c91 postfix-2.6.15.tar.gz
|
e291610d05376467b42cd77ca4d10c91 postfix-2.6.15.tar.gz
|
||||||
8bee559587e2ccbaf0aadd88b6ca339a postfix.patch
|
8bee559587e2ccbaf0aadd88b6ca339a postfix.patch
|
||||||
d18be5c17604f9c712a28339ff0f61cb postfix.rc
|
d18be5c17604f9c712a28339ff0f61cb postfix.rc
|
||||||
|
@ -6,14 +6,16 @@
|
|||||||
|
|
||||||
name=postfix
|
name=postfix
|
||||||
version=2.6.15
|
version=2.6.15
|
||||||
release=1
|
release=2
|
||||||
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz
|
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz \
|
||||||
|
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.6-milter-header-checks-20090607-patch.gz
|
||||||
aliases postfix.rc postfix.patch)
|
aliases postfix.rc postfix.patch)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
patch -p1 < $SRC/postfix.patch
|
patch -p1 < $SRC/postfix.patch
|
||||||
|
zcat $SRC/postfix-2.6-milter-header-checks-20090607-patch.gz | patch -p4
|
||||||
|
|
||||||
_CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl"
|
_CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl"
|
||||||
_AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto"
|
_AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user