Bump buildroot to 2019.02
This commit is contained in:
@@ -4,12 +4,28 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KEEPALIVED_VERSION = 1.3.5
|
||||
KEEPALIVED_VERSION = 2.0.10
|
||||
KEEPALIVED_SITE = http://www.keepalived.org/software
|
||||
KEEPALIVED_DEPENDENCIES = host-pkgconf openssl popt
|
||||
KEEPALIVED_DEPENDENCIES = host-pkgconf openssl
|
||||
KEEPALIVED_LICENSE = GPL-2.0+
|
||||
KEEPALIVED_LICENSE_FILES = COPYING
|
||||
KEEPALIVED_CONF_OPTS = --disable-hardening
|
||||
# We're patching configure.ac
|
||||
KEEPALIVED_AUTORECONF = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_JSON_C),y)
|
||||
KEEPALIVED_DEPENDENCIES += json-c
|
||||
KEEPALIVED_CONF_OPTS += --enable-json
|
||||
else
|
||||
KEEPALIVED_CONF_OPTS += --disable-json
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
||||
KEEPALIVED_DEPENDENCIES += libglib2
|
||||
KEEPALIVED_CONF_OPTS += --enable-dbus
|
||||
else
|
||||
KEEPALIVED_CONF_OPTS += --disable-dbus
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBNL)$(BR2_PACKAGE_LIBNFNETLINK),yy)
|
||||
KEEPALIVED_DEPENDENCIES += libnl libnfnetlink
|
||||
|
||||
Reference in New Issue
Block a user