|
@@ -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
|