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
commit 2ffc97116b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

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"