Bump buildroot to 2019.02
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBUCL_VERSION = 0.7.3
|
||||
LIBUCL_VERSION = 0.8.1
|
||||
LIBUCL_SITE = $(call github,vstakhov,libucl,$(LIBUCL_VERSION))
|
||||
LIBUCL_INSTALL_STAGING = YES
|
||||
LIBUCL_AUTORECONF = YES
|
||||
@@ -12,4 +12,11 @@ LIBUCL_LICENSE = BSD-2-Clause
|
||||
LIBUCL_LICENSE_FILES = COPYING
|
||||
LIBUCL_DEPENDENCIES = host-pkgconf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||
LIBUCL_DEPENDENCIES += libcurl
|
||||
LIBUCL_CONF_OPTS += --enable-urls
|
||||
else
|
||||
LIBUCL_CONF_OPTS += --disable-urls
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user