mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #8020 from cshoredaniel/pr-lxc-no-python
lxc: Disable use of unwanted libraries explicity
This commit is contained in:
+4
-1
@@ -140,10 +140,13 @@ define Package/lxc-init
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-gnutls \
|
|
||||||
--disable-apparmor \
|
--disable-apparmor \
|
||||||
|
--disable-cgmanager \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
--disable-examples \
|
--disable-examples \
|
||||||
|
--disable-gnutls \
|
||||||
|
--disable-selinux \
|
||||||
|
--disable-python \
|
||||||
--enable-lua=yes \
|
--enable-lua=yes \
|
||||||
--with-lua-pc="$(STAGING_DIR)/usr/lib/pkgconfig/lua.pc"
|
--with-lua-pc="$(STAGING_DIR)/usr/lib/pkgconfig/lua.pc"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user