Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
LIBEVENT_VERSION = 2.1.8-stable
|
||||
LIBEVENT_SITE = https://github.com/libevent/libevent/releases/download/release-$(LIBEVENT_VERSION)
|
||||
LIBEVENT_INSTALL_STAGING = YES
|
||||
LIBEVENT_LICENSE = BSD-3c, OpenBSD
|
||||
LIBEVENT_LICENSE = BSD-3-Clause, OpenBSD
|
||||
LIBEVENT_LICENSE_FILES = LICENSE
|
||||
# For 0001-Disable-building-test-programs.patch
|
||||
LIBEVENT_AUTORECONF = YES
|
||||
@@ -24,8 +24,8 @@ ifneq ($(BR2_PACKAGE_PYTHON),y)
|
||||
LIBEVENT_POST_INSTALL_TARGET_HOOKS += LIBEVENT_REMOVE_PYSCRIPT
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
LIBEVENT_DEPENDENCIES += host-pkgconf openssl
|
||||
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
|
||||
LIBEVENT_DEPENDENCIES += host-pkgconf libopenssl
|
||||
LIBEVENT_CONF_OPTS += --enable-openssl
|
||||
else
|
||||
LIBEVENT_CONF_OPTS += --disable-openssl
|
||||
|
||||
Reference in New Issue
Block a user