summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-11-17 08:27:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-11-17 08:29:17 +0000
commit08306fb02eb9987b357bfcf60625f588a77744b9 (patch)
tree16f0eb38684b9bd32baffaffa22140b4f5c99a16
parenta6d851712f002bdaf34f79b1af311de88f21f824 (diff)
downloadaports-08306fb02eb9987b357bfcf60625f588a77744b9.tar.bz2
aports-08306fb02eb9987b357bfcf60625f588a77744b9.tar.xz
main/postfix: fix for ldap
fixes #207 (cherry picked from commit 372d366fd8b5565873c512f72cc6347500450f88)
-rw-r--r--main/postfix/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD
index d809d72b..68f39ff1 100644
--- a/main/postfix/APKBUILD
+++ b/main/postfix/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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" \