Browse Source
Merge pull request #8020 from cshoredaniel/pr-lxc-no-python
lxc: Disable use of unwanted libraries explicity
lilik-openwrt-22.03
Eneas Queiroz
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
utils/lxc/Makefile
|
|
@ -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" |
|
|
|
|
|
|
|