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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
utils/lxc/Makefile
|
|
@ -124,6 +124,7 @@ define Package/lxc-init |
|
|
|
endef |
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
--disable-gnutls \
|
|
|
|
--disable-apparmor \
|
|
|
|
--disable-doc \
|
|
|
|
--disable-examples \
|
|
|
|