diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2016-12-18 15:13:53 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-30 16:22:03 +0100 |
| commit | e528af6428b31c200c8c723467f758254c4cb612 (patch) | |
| tree | 8396cb2493c53d2b0dcd83222edbb0d006a88913 /package/lxc | |
| parent | cc6091caea67e8a9144f0f2602ddb2798eb725cb (diff) | |
| download | buildroot-e528af6428b31c200c8c723467f758254c4cb612.tar.gz buildroot-e528af6428b31c200c8c723467f758254c4cb612.zip | |
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 <fabrice.fontaine@orange.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lxc')
| -rw-r--r-- | package/lxc/lxc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |

