libldap: switch to libressl.
This commit is contained in:
parent
a7282ee47f
commit
523fe84a1a
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'libldap'
|
||||
pkgname=libldap
|
||||
version=2.4.38
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="openldap-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-dynamic --enable-proctitle --with-tls
|
||||
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
|
||||
--enable-syslog --disable-slapd --disable-static
|
||||
--with-yielding_select=yes ac_cv_func_memcmp_working=yes"
|
||||
--with-yielding_select=yes"
|
||||
hostmakedepends="pkg-config groff automake libtool"
|
||||
makedepends="libsasl-devel openssl-devel"
|
||||
makedepends="libressl-devel libsasl-devel"
|
||||
conf_files="/etc/openldap/ldap.conf"
|
||||
short_desc="OpenLDAP (Lightweight Directory Access Protocol) libraries"
|
||||
license="OpenLDAP License v2.8 - BSD alike"
|
||||
|
@ -38,7 +38,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libldap-devel_package() {
|
||||
depends="openssl-devel libsasl-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue
Block a user