summaryrefslogtreecommitdiffstats
path: root/package/libevent
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-04-02 13:58:27 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-02 18:29:46 +0200
commit46a14966b65a1de7538b350ce22163dc0eca16c2 (patch)
treeecdb270e8b842ef4027a2e9bc6984fa2beab88ac /package/libevent
parent158eab173d776414a123cb9b5d569375bfc1a2fe (diff)
downloadbuildroot-46a14966b65a1de7538b350ce22163dc0eca16c2.tar.gz
buildroot-46a14966b65a1de7538b350ce22163dc0eca16c2.zip
package/libevent: add support for libressl
Libevent 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>
Diffstat (limited to 'package/libevent')
-rw-r--r--package/libevent/libevent.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk
index 65bf1c2b7b..f0c989afa1 100644
--- a/package/libevent/libevent.mk
+++ b/package/libevent/libevent.mk
@@ -24,8 +24,8 @@ ifneq ($(BR2_PACKAGE_PYTHON),y)
LIBEVENT_POST_INSTALL_TARGET_HOOKS += LIBEVENT_REMOVE_PYSCRIPT
endif
-ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
-LIBEVENT_DEPENDENCIES += host-pkgconf libopenssl
+ifeq ($(BR2_PACKAGE_OPENSSL),y)
+LIBEVENT_DEPENDENCIES += host-pkgconf openssl
LIBEVENT_CONF_OPTS += --enable-openssl
else
LIBEVENT_CONF_OPTS += --disable-openssl
OpenPOWER on IntegriCloud