Merge pull request #8020 from cshoredaniel/pr-lxc-no-python

lxc: Disable use of unwanted libraries explicity
This commit is contained in:
Eneas Queiroz
2019-03-28 18:31:03 -03:00
committed by GitHub

View File

@@ -140,10 +140,13 @@ define Package/lxc-init
endef
CONFIGURE_ARGS += \
--disable-gnutls \
--disable-apparmor \
--disable-cgmanager \
--disable-doc \
--disable-examples \
--disable-gnutls \
--disable-selinux \
--disable-python \
--enable-lua=yes \
--with-lua-pc="$(STAGING_DIR)/usr/lib/pkgconfig/lua.pc"