main/openldap: enable overlay

fixes #850
This commit is contained in:
Natanael Copa 2011-12-04 12:47:43 +00:00
parent 91b82f8bca
commit 4288daf5a9

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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