From 372d366fd8b5565873c512f72cc6347500450f88 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 17 Nov 2009 08:27:36 +0000 Subject: main/postfix: fix for ldap ref #207 --- main/postfix/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main/postfix') diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD index d809d72b29..68f39ff122 100644 --- a/main/postfix/APKBUILD +++ b/main/postfix/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=postfix pkgver=2.6.5 -pkgrel=0 +pkgrel=1 pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)" url="http://www.postfix.org/" license="IPL-1" @@ -71,6 +71,10 @@ build () { ccargs="$ccargs -DHAS_MYSQL $(mysql_config --include)" #auxlibs="$auxlibs -lmysqlclient -lm -lz" + # ldap + ccargs="$ccargs -DHAS_LDAP" + #auxlibs="$auxlibs -lldap -llber" + # compile make DEBUG="" \ OPT="$CFLAGS" \ -- cgit v1.2.3