summaryrefslogtreecommitdiff
path: root/mail/postfix22
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-02-17 07:13:08 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-02-17 07:13:08 +0000
commit8b3186a76446a9d6478c7192e54e76f6ebc539c2 (patch)
treea338bf725b0d8dfe809125eb542ea5f7ff8f246f /mail/postfix22
parentChange "|" to "/" -- the former will confuse INDEX. (diff)
Add -lz to be compiled with MySQL.
Requested by: Blaz Zupan <blaz@amis.net>
Notes
Notes: svn path=/head/; revision=38421
Diffstat (limited to 'mail/postfix22')
-rw-r--r--mail/postfix22/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile
index 97d47ca82f64..839c9f1819ad 100644
--- a/mail/postfix22/Makefile
+++ b/mail/postfix22/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)