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>
2018.05.x
Bernd Kuhls 2018-04-02 13:58:27 +02:00 committed by Thomas Petazzoni
parent 158eab173d
commit 46a14966b6
1 changed files with 2 additions and 2 deletions

View File

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