From: Karl Vogel Date: Thu, 26 Oct 2017 08:55:50 +0000 (+0200) Subject: utils/lxc: disable gnutls during configure X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8b925956213a66ed910569036f03a1c7cc73fac3;p=openwrt-packages.git utils/lxc: disable gnutls during configure Previous versions of LXC never compiled in gnutls support due to a bug in the configure script. As other TLS implementations are not supported and the feature was disabled in previous builds, disable it during configure. See https://github.com/lxc/lxc/pull/1360 for details regarding the bug in the autoconf of the previous versions. Signed-off-by: Karl Vogel --- diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 707bea29b..4600e9c9e 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -124,6 +124,7 @@ define Package/lxc-init endef CONFIGURE_ARGS += \ + --disable-gnutls \ --disable-apparmor \ --disable-doc \ --disable-examples \