Selaa lähdekoodia

package/lxc: disable examples

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 27f1995d9374faf66e2b965a16523b775589bcf5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 5 vuotta sitten
vanhempi
commit
c2d88df8ef
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      package/lxc/lxc.mk

+ 4 - 1
package/lxc/lxc.mk

@@ -13,7 +13,10 @@ LXC_INSTALL_STAGING = YES
 # We're patching configure.ac
 # We're patching configure.ac
 LXC_AUTORECONF = YES
 LXC_AUTORECONF = YES
 
 
-LXC_CONF_OPTS = --disable-apparmor --with-distro=buildroot \
+LXC_CONF_OPTS = \
+	--disable-apparmor \
+	--disable-examples \
+	--with-distro=buildroot \
 	--disable-werror \
 	--disable-werror \
 	$(if $(BR2_PACKAGE_BASH),,--disable-bash)
 	$(if $(BR2_PACKAGE_BASH),,--disable-bash)