openldap: Enable more modules
This commit is contained in:
parent
2e98186309
commit
bbb7754ffc
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue