projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a10d5f
)
package/openldap: add support for libressl
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Mon, 2 Apr 2018 11:27:07 +0000
(13:27 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 2 Apr 2018 15:40:36 +0000
(17:40 +0200)
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>
package/openldap/openldap.mk
patch
|
blob
|
history
diff --git
a/package/openldap/openldap.mk
b/package/openldap/openldap.mk
index 6dd23909239ed6adf54c61f90b6bc842007216b8..3f00f2b7dfc935c5b2bc0c86bae0b0cd99a49ea8 100644
(file)
--- a/
package/openldap/openldap.mk
+++ b/
package/openldap/openldap.mk
@@
-12,9
+12,9
@@
OPENLDAP_LICENSE_FILES = LICENSE
OPENLDAP_INSTALL_STAGING = YES
OPENLDAP_DEPENDENCIES = host-pkgconf
-ifeq ($(BR2_PACKAGE_
LIB
OPENSSL),y)
+ifeq ($(BR2_PACKAGE_OPENSSL),y)
OPENLDAP_TLS = openssl
-OPENLDAP_DEPENDENCIES +=
lib
openssl
+OPENLDAP_DEPENDENCIES += openssl
else ifeq ($(BR2_PACKAGE_GNUTLS),y)
OPENLDAP_TLS = gnutls
OPENLDAP_DEPENDENCIES += gnutls