From 4288daf5a930d399c5cb9cb41caf03ea69445bf2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 4 Dec 2011 12:47:43 +0000 Subject: [PATCH] main/openldap: enable overlay fixes #850 --- main/openldap/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/openldap/APKBUILD b/main/openldap/APKBUILD index cb50dd92e69..6a1ac2f8c8d 100644 --- a/main/openldap/APKBUILD +++ b/main/openldap/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=openldap pkgver=2.4.26 -pkgrel=3 +pkgrel=4 pkgdesc="LDAP Server" url="http://www.openldap.org/" arch="all" @@ -59,6 +59,7 @@ build () { --enable-shell=mod \ --enable-sock=mod \ --enable-sql=mod \ + --enable-overlays=mod \ --with-tls=openssl \ --with-cyrus-sasl \ || return 1