summaryrefslogtreecommitdiffstats
path: root/network/postfix/postfix.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/postfix/postfix.SlackBuild')
-rw-r--r--network/postfix/postfix.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/postfix/postfix.SlackBuild b/network/postfix/postfix.SlackBuild
index f3e28e8867..5b648341cf 100644
--- a/network/postfix/postfix.SlackBuild
+++ b/network/postfix/postfix.SlackBuild
@@ -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