Merge pull request #4211 from the-maldridge/openldap-modules

openldap: Enable more modules
This commit is contained in:
Toyam Cox 2016-05-19 01:38:59 -04:00
commit babea57255

View file

@ -1,7 +1,7 @@
# Template file for 'libldap'
pkgname=openldap
version=2.4.44
revision=2
revision=3
build_style=gnu-configure
configure_args="--prefix=/usr
--libexecdir=/usr/libexec
@ -12,9 +12,9 @@ configure_args="--prefix=/usr
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
--enable-syslog --enable-slapd --enable-crypt --enable-spasswd
--enable-bdb --enable-hdb --enable-overlays=mod
--disable-static --with-yielding_select=yes"
--disable-static --with-yielding_select=yes --enable-modules"
hostmakedepends="pkg-config groff automake libtool"
makedepends="libressl-devel libsasl-devel db-devel"
makedepends="libressl-devel libsasl-devel db-devel libltdl-devel"
conf_files="/etc/openldap/ldap.conf /etc/openldap/slapd.conf"
short_desc="OpenLDAP (Lightweight Directory Access Protocol)"
license="OpenLDAP License v2.8 - BSD alike"