The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lxc / lxc.mk
1 ################################################################################
2 #
3 # lxc
4 #
5 ################################################################################
6
7 LXC_VERSION = 1.0.6
8 LXC_SITE = https://linuxcontainers.org/downloads
9 LXC_LICENSE = LGPLv2.1+
10 LXC_LICENSE_FILES = COPYING
11 LXC_DEPENDENCIES = libcap host-pkgconf
12 # we're patching configure.ac
13 LXC_AUTORECONF = YES
14 LXC_CONF_OPTS = --disable-apparmor --with-distro=buildroot \
15         --disable-lua --disable-python \
16         $(if $(BR2_PACKAGE_BASH),,--disable-bash)
17
18 $(eval $(autotools-package))