Browse Source

Merge pull request #5019 from KarlVogel/lxc_dependency_issue

utils/lxc: disable gnutls during configure
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
9ad4b4c5d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/lxc/Makefile

+ 1
- 0
utils/lxc/Makefile View File

@ -124,6 +124,7 @@ define Package/lxc-init
endef
CONFIGURE_ARGS += \
--disable-gnutls \
--disable-apparmor \
--disable-doc \
--disable-examples \


Loading…
Cancel
Save