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 5 years ago
committed by GitHub
parent
commit
2ffc97116b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      utils/lxc/Makefile

+ 4
- 1
utils/lxc/Makefile 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"


Loading…
Cancel
Save