aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix22/scripts
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-10-04 23:13:47 +0800
committermnag <mnag@FreeBSD.org>2005-10-04 23:13:47 +0800
commitcd932c04e2efa7f3c0a5ee464ded70ae263007ff (patch)
tree9c1192e9cd8b99b278abd0f79392b146abf917bd /mail/postfix22/scripts
parent2debe8672d46b9f9e9ad6167afe1f382dca43781 (diff)
downloadfreebsd-ports-gnome-cd932c04e2efa7f3c0a5ee464ded70ae263007ff.tar.gz
freebsd-ports-gnome-cd932c04e2efa7f3c0a5ee464ded70ae263007ff.tar.zst
freebsd-ports-gnome-cd932c04e2efa7f3c0a5ee464ded70ae263007ff.zip
Proper link when use OPENSSL from ports.
PR: 86861 Pointed by: Uffe Vedenbrant <uffe@vedenbrant.se> Approved by: vivek@khera.org (maintainer), pav (mentor)
Diffstat (limited to 'mail/postfix22/scripts')
-rw-r--r--mail/postfix22/scripts/configure.postfix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix
index 125d3b3395d2..f09297ef7f74 100644
--- a/mail/postfix22/scripts/configure.postfix
+++ b/mail/postfix22/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/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)