2013-02-12 12:21:26 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# lxc
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2016-01-23 15:37:51 +01:00
|
|
|
LXC_VERSION = 1.1.5
|
|
|
|
LXC_SITE = https://linuxcontainers.org/downloads/lxc
|
2013-02-12 12:21:26 +01:00
|
|
|
LXC_LICENSE = LGPLv2.1+
|
|
|
|
LXC_LICENSE_FILES = COPYING
|
2014-07-04 15:35:31 +02:00
|
|
|
LXC_DEPENDENCIES = libcap host-pkgconf
|
2014-10-26 19:45:25 +01:00
|
|
|
# we're patching configure.ac
|
2014-07-04 15:35:31 +02:00
|
|
|
LXC_AUTORECONF = YES
|
2014-09-27 21:32:44 +02:00
|
|
|
LXC_CONF_OPTS = --disable-apparmor --with-distro=buildroot \
|
2014-07-06 01:34:01 +02:00
|
|
|
--disable-lua --disable-python \
|
|
|
|
$(if $(BR2_PACKAGE_BASH),,--disable-bash)
|
2013-02-12 12:21:26 +01:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|