Bump buildroot to 2019.02
This commit is contained in:
@@ -4,19 +4,21 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LXC_VERSION = 2.1.1
|
||||
LXC_VERSION = 3.1.0
|
||||
LXC_SITE = https://linuxcontainers.org/downloads/lxc
|
||||
LXC_LICENSE = LGPL-2.1+
|
||||
LXC_LICENSE_FILES = COPYING
|
||||
LXC_DEPENDENCIES = host-pkgconf
|
||||
LXC_INSTALL_STAGING = YES
|
||||
# We're patching configure.ac
|
||||
LXC_AUTORECONF = YES
|
||||
|
||||
LXC_CONF_OPTS = --disable-apparmor --with-distro=buildroot \
|
||||
--disable-python --disable-werror \
|
||||
--disable-werror \
|
||||
$(if $(BR2_PACKAGE_BASH),,--disable-bash)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BASH_COMPLETION),y)
|
||||
LXC_DEPENDENCIES += bash-completion
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
LXC_CONF_OPTS += --enable-gnutls
|
||||
LXC_DEPENDENCIES += gnutls
|
||||
@@ -45,15 +47,4 @@ else
|
||||
LXC_CONF_OPTS += --disable-selinux
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_LUAINTERPRETER),y)
|
||||
LXC_CONF_OPTS += --enable-lua
|
||||
LXC_DEPENDENCIES += luainterpreter
|
||||
ifeq ($(BR2_PACKAGE_LUAJIT),y)
|
||||
# By default, lxc will only search for lua.pc
|
||||
LXC_CONF_OPTS += --with-lua-pc=luajit
|
||||
endif
|
||||
else
|
||||
LXC_CONF_OPTS += --disable-lua
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user