openldap: rebuild against OpenSSL
This commit is contained in:
parent
4128a087aa
commit
6a353a3c88
|
@ -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_pthreads-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
|
||||
libapr-1.so.0 apr-1.4.2_1
|
||||
libaprutil-1.so.0 apr-util-1.3.9_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openldap'
|
||||
pkgname=openldap
|
||||
version=2.4.57
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr
|
||||
--libexecdir=/usr/libexec
|
||||
|
@ -14,7 +14,7 @@ configure_args="--prefix=/usr
|
|||
--enable-bdb --enable-hdb --enable-overlays=mod --enable-meta=mod
|
||||
--disable-static --with-yielding_select=yes --enable-modules"
|
||||
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}"
|
||||
conf_files="/etc/openldap/ldap.conf /etc/openldap/slapd.conf"
|
||||
short_desc="OpenLDAP (Lightweight Directory Access Protocol)"
|
||||
|
|
Loading…
Reference in New Issue