mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/postfix: Updated for version 2.9.4.
Also explicitly defined OPT and DEBUG flags Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
4540cc5f7d
commit
bdd40ea6b5
2 changed files with 6 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# Updates by mario@slackverse.org, 2010-2011
|
||||
|
||||
PRGNAM=postfix
|
||||
VERSION=${VERSION:-2.8.3}
|
||||
VERSION=${VERSION:-2.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -148,7 +148,8 @@ cd $PRGNAM-$VERSION
|
|||
|
||||
make makefiles \
|
||||
CCARGS="-DUSE_SASL_AUTH -DUSE_TLS $SASLARGS $DBARGS" \
|
||||
AUXLIBS="-lssl -lcrypto $SASLLIBS $DBLIBS"
|
||||
AUXLIBS="-lssl -lcrypto $SASLLIBS $DBLIBS" \
|
||||
OPT="$SLKCFLAGS" DEBUG=""
|
||||
|
||||
make
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="postfix"
|
||||
VERSION="2.8.3"
|
||||
VERSION="2.9.4"
|
||||
HOMEPAGE="http://www.postfix.org/"
|
||||
DOWNLOAD="http://postfix.cs.utah.edu/source/official/postfix-2.8.3.tar.gz"
|
||||
MD5SUM="b3922ededd3fd6051f759e58a4ada3ae"
|
||||
DOWNLOAD="http://postfix.cs.utah.edu/source/official/postfix-2.9.4.tar.gz"
|
||||
MD5SUM="230bc3c00c051946eccd850058d75f6c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue