From: Fabrice Fontaine Date: Sun, 18 Dec 2016 14:13:53 +0000 (+0100) Subject: lxc: install also in staging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e528af6428b31c200c8c723467f758254c4cb612;p=buildroot.git lxc: install also in staging Install also lxc in staging directory, this will be needed for the incoming integration of lxd package. Moreover, other packages could find useful to integrate with liblxc instead of using lxc-xxx binaries. Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk index 34a855636c..d803916a94 100644 --- a/package/lxc/lxc.mk +++ b/package/lxc/lxc.mk @@ -9,6 +9,7 @@ LXC_SITE = https://linuxcontainers.org/downloads/lxc LXC_LICENSE = LGPLv2.1+ LXC_LICENSE_FILES = COPYING LXC_DEPENDENCIES = libcap host-pkgconf +LXC_INSTALL_STAGING = YES # we're patching configure.ac LXC_AUTORECONF = YES