openldap: rebuild against OpenSSL
This commit is contained in:
parent
4128a087aa
commit
6a353a3c88
2 changed files with 10 additions and 2 deletions
|
@ -685,6 +685,14 @@ libevent_core-2.1.so.7 libevent-2.1.11_1
|
||||||
libevent_extra-2.1.so.7 libevent-2.1.11_1
|
libevent_extra-2.1.so.7 libevent-2.1.11_1
|
||||||
libevent_pthreads-2.1.so.7 libevent-2.1.11_1
|
libevent_pthreads-2.1.so.7 libevent-2.1.11_1
|
||||||
libevent_openssl-2.1.so.7 libevent-2.1.11_1
|
libevent_openssl-2.1.so.7 libevent-2.1.11_1
|
||||||
|
liblber-2.4.so.2 libldap-2.4.57_2
|
||||||
|
libldap-2.4.so.2 libldap-2.4.57_2
|
||||||
|
libldap_r-2.4.so.2 libldap-2.4.57_2
|
||||||
|
libevent-2.1.so.7 libevent-2.1.12_2
|
||||||
|
libevent_core-2.1.so.7 libevent-2.1.12_2
|
||||||
|
libevent_extra-2.1.so.7 libevent-2.1.12_2
|
||||||
|
libevent_pthreads-2.1.so.7 libevent-2.1.12_2
|
||||||
|
libevent_openssl-2.1.so.7 libevent-2.1.12_2
|
||||||
libSDL_mixer-1.2.so.0 SDL_mixer-1.2.11_1
|
libSDL_mixer-1.2.so.0 SDL_mixer-1.2.11_1
|
||||||
libapr-1.so.0 apr-1.4.2_1
|
libapr-1.so.0 apr-1.4.2_1
|
||||||
libaprutil-1.so.0 apr-util-1.3.9_1
|
libaprutil-1.so.0 apr-util-1.3.9_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openldap'
|
# Template file for 'openldap'
|
||||||
pkgname=openldap
|
pkgname=openldap
|
||||||
version=2.4.57
|
version=2.4.57
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr
|
configure_args="--prefix=/usr
|
||||||
--libexecdir=/usr/libexec
|
--libexecdir=/usr/libexec
|
||||||
|
@ -14,7 +14,7 @@ configure_args="--prefix=/usr
|
||||||
--enable-bdb --enable-hdb --enable-overlays=mod --enable-meta=mod
|
--enable-bdb --enable-hdb --enable-overlays=mod --enable-meta=mod
|
||||||
--disable-static --with-yielding_select=yes --enable-modules"
|
--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 libltdl-devel"
|
makedepends="openssl-devel libsasl-devel db-devel libltdl-devel"
|
||||||
depends="openldap-tools>=${version}_${revision}"
|
depends="openldap-tools>=${version}_${revision}"
|
||||||
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)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue