2013-02-12 12:21:26 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# lxc
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-07-04 15:35:31 +02:00
|
|
|
LXC_VERSION = 1.0.4
|
|
|
|
LXC_SITE = $(call github,lxc,lxc,lxc-$(LXC_VERSION))
|
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
|
|
|
|
# configure not shipped
|
|
|
|
LXC_AUTORECONF = YES
|
2014-07-06 01:34:01 +02:00
|
|
|
LXC_CONF_OPT = --disable-apparmor --with-distro=buildroot \
|
|
|
|
--disable-lua --disable-python \
|
|
|
|
$(if $(BR2_PACKAGE_BASH),,--disable-bash)
|
2013-02-12 12:21:26 +01:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|