package/openldap: add support for libressl
Openldap builds fine with current libressl 2.7.2. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
1a10d5f77f
commit
da41a058e6
@ -12,9 +12,9 @@ OPENLDAP_LICENSE_FILES = LICENSE
|
||||
OPENLDAP_INSTALL_STAGING = YES
|
||||
OPENLDAP_DEPENDENCIES = host-pkgconf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
OPENLDAP_TLS = openssl
|
||||
OPENLDAP_DEPENDENCIES += libopenssl
|
||||
OPENLDAP_DEPENDENCIES += openssl
|
||||
else ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
OPENLDAP_TLS = gnutls
|
||||
OPENLDAP_DEPENDENCIES += gnutls
|
||||
|
Loading…
Reference in New Issue
Block a user