Merge pull request #4211 from the-maldridge/openldap-modules
openldap: Enable more modules
This commit is contained in:
commit
babea57255
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libldap'
|
# Template file for 'libldap'
|
||||||
pkgname=openldap
|
pkgname=openldap
|
||||||
version=2.4.44
|
version=2.4.44
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr
|
configure_args="--prefix=/usr
|
||||||
--libexecdir=/usr/libexec
|
--libexecdir=/usr/libexec
|
||||||
|
@ -12,9 +12,9 @@ configure_args="--prefix=/usr
|
||||||
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
|
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
|
||||||
--enable-syslog --enable-slapd --enable-crypt --enable-spasswd
|
--enable-syslog --enable-slapd --enable-crypt --enable-spasswd
|
||||||
--enable-bdb --enable-hdb --enable-overlays=mod
|
--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"
|
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"
|
conf_files="/etc/openldap/ldap.conf /etc/openldap/slapd.conf"
|
||||||
short_desc="OpenLDAP (Lightweight Directory Access Protocol)"
|
short_desc="OpenLDAP (Lightweight Directory Access Protocol)"
|
||||||
license="OpenLDAP License v2.8 - BSD alike"
|
license="OpenLDAP License v2.8 - BSD alike"
|
||||||
|
|
Loading…
Reference in New Issue