summaryrefslogtreecommitdiff
path: root/mail/postfix24/scripts/configure.postfix
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix24/scripts/configure.postfix')
-rw-r--r--mail/postfix24/scripts/configure.postfix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix
index 1b6c63514642..3c2e99bdccc3 100644
--- a/mail/postfix24/scripts/configure.postfix
+++ b/mail/postfix24/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -116,7 +116,7 @@ while [ "$1" ]; do
TLS)
echo "USE_OPENSSL= yes"
echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}"
- echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto"
+ echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto"
echo "TLS_SUFFIX= +tls"
;;
DB3)