62e17a5fc3
[Thomas: download location changed to https://linuxcontainers.org/downloads/lxc, as noticed by Santosh Multhalli.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
556 B
Makefile
19 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# lxc
|
|
#
|
|
################################################################################
|
|
|
|
LXC_VERSION = 1.1.5
|
|
LXC_SITE = https://linuxcontainers.org/downloads/lxc
|
|
LXC_LICENSE = LGPLv2.1+
|
|
LXC_LICENSE_FILES = COPYING
|
|
LXC_DEPENDENCIES = libcap host-pkgconf
|
|
# we're patching configure.ac
|
|
LXC_AUTORECONF = YES
|
|
LXC_CONF_OPTS = --disable-apparmor --with-distro=buildroot \
|
|
--disable-lua --disable-python \
|
|
$(if $(BR2_PACKAGE_BASH),,--disable-bash)
|
|
|
|
$(eval $(autotools-package))
|