diff options
| author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-24 20:11:07 +0000 | 
|---|---|---|
| committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-24 20:11:07 +0000 | 
| commit | 35bf8b1ccbbc7b664d0e05cbd1f67a1bd74c7939 (patch) | |
| tree | b1d55b3eec60ed5b4f9b2877ae31311c91ab2366 /mail/postfix23/scripts/configure.postfix | |
| parent | Finally Google Maps got more detailed images from Vienna. (diff) | |
- Linker fix when use OPENSSL from ports
- portlint(1)
PR:		92282
Reported by:	dinoex
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
Notes
Notes:
    svn path=/head/; revision=154382
Diffstat (limited to 'mail/postfix23/scripts/configure.postfix')
| -rw-r--r-- | mail/postfix23/scripts/configure.postfix | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix index 87b3a3c64d75..b12625b5f801 100644 --- a/mail/postfix23/scripts/configure.postfix +++ b/mail/postfix23/scripts/configure.postfix @@ -1,5 +1,5 @@  #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.70 2006-01-12 16:23:59 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.71 2006-01-24 20:09:39 mnag Exp $  if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then  	exit @@ -192,7 +192,7 @@ while [ "$1" ]; do  				if /usr/bin/nm ${LOCALBASE}/lib/mysql/libmysqlclient.a | grep -wq "SSL_new"; then  					echo "USE_OPENSSL=	yes"  					echo "POSTFIX_CCARGS+=	-I\${OPENSSLLIB}" -					echo "POSTFIX_AUXLIBS+=	-L\${OPENSSLLIB} -lssl -lcrypto" +					echo "POSTFIX_AUXLIBS+=	-L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto"  				fi  			fi  			echo "MYSQL_SUFFIX=	+mysql" @@ -258,7 +258,7 @@ if [ -z "${BATCH}" ]; then  				if /usr/bin/nm ${LOCALBASE}/lib/mysql/libmysqlclient.a | grep -wq "SSL_new"; then  					echo "USE_OPENSSL=	yes"  					echo "POSTFIX_CCARGS+=	-I\${OPENSSLLIB}" -					echo "POSTFIX_AUXLIBS+=	-L\${OPENSSLLIB} -lssl -lcrypto" +					echo "POSTFIX_AUXLIBS+=	-L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto"  				fi  			fi  		fi | 
