Browse Source

openldap: supports only the real OpenSSL, not LibreSSL

openldap will not build with LibreSSL without patches, so let's
support only OpenSSL.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 7 years ago
parent
commit
dfa1817d31
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/openldap/openldap.mk

+ 2 - 2
package/openldap/openldap.mk

@@ -12,8 +12,8 @@ OPENLDAP_LICENSE_FILES = LICENSE
 OPENLDAP_INSTALL_STAGING = YES
 OPENLDAP_DEPENDENCIES = host-pkgconf
 
-ifeq ($(BR2_PACKAGE_OPENSSL),y)
-OPENLDAP_TLS = openssl
+ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
+OPENLDAP_TLS = libopenssl
 OPENLDAP_DEPENDENCIES += openssl
 else ifeq ($(BR2_PACKAGE_GNUTLS),y)
 OPENLDAP_TLS = gnutls