From 27f1995d9374faf66e2b965a16523b775589bcf5 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Tue, 14 Jul 2020 19:48:50 +0200 Subject: [PATCH] package/lxc: disable examples Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/lxc/lxc.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk index 53e3c85c6d..7994dffcf5 100644 --- a/package/lxc/lxc.mk +++ b/package/lxc/lxc.mk @@ -13,7 +13,10 @@ LXC_INSTALL_STAGING = YES # We're patching configure.ac LXC_AUTORECONF = YES -LXC_CONF_OPTS = --disable-apparmor --with-distro=buildroot \ +LXC_CONF_OPTS = \ + --disable-apparmor \ + --disable-examples \ + --with-distro=buildroot \ --disable-werror \ $(if $(BR2_PACKAGE_BASH),,--disable-bash) -- 2.30.2