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