mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
Merge pull request #8020 from cshoredaniel/pr-lxc-no-python
lxc: Disable use of unwanted libraries explicity
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user