summaryrefslogtreecommitdiffstats
path: root/mail/postfix28/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-02-17 07:13:08 +0000
committerkuriyama <kuriyama@FreeBSD.org>2001-02-17 07:13:08 +0000
commite0173b8aabd20eff5725acc12414924130727e1a (patch)
treea730deb8d0685b644f2112aeb0983eec93613b70 /mail/postfix28/Makefile
parentcc8d1250f5fa3d9bd27cbc219352373e045d4cea (diff)
downloadFreeBSD-ports-e0173b8aabd20eff5725acc12414924130727e1a.zip
FreeBSD-ports-e0173b8aabd20eff5725acc12414924130727e1a.tar.gz
Add -lz to be compiled with MySQL.
Requested by: Blaz Zupan <blaz@amis.net>
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r--mail/postfix28/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 97d47ca..839c9f1 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -60,7 +60,7 @@ BIN2= postalias postcat postconf postdrop postfix \
.if defined(WITH_MYSQL)
BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
-POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
+POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz
.endif
.if defined(WITH_LDAP)
OpenPOWER on IntegriCloud