diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-17 15:13:08 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-17 15:13:08 +0800 |
commit | 8b3186a76446a9d6478c7192e54e76f6ebc539c2 (patch) | |
tree | a338bf725b0d8dfe809125eb542ea5f7ff8f246f /mail/postfix21 | |
parent | d3d027c8942927feff37cc661414b214a4eeeac2 (diff) | |
download | freebsd-ports-gnome-8b3186a76446a9d6478c7192e54e76f6ebc539c2.tar.gz freebsd-ports-gnome-8b3186a76446a9d6478c7192e54e76f6ebc539c2.tar.zst freebsd-ports-gnome-8b3186a76446a9d6478c7192e54e76f6ebc539c2.zip |
Add -lz to be compiled with MySQL.
Requested by: Blaz Zupan <blaz@amis.net>
Diffstat (limited to 'mail/postfix21')
-rw-r--r-- | mail/postfix21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 97d47ca82f64..839c9f1819ad 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/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) |