utils/lxc: disable gnutls during configure
authorKarl Vogel <redacted>
Thu, 26 Oct 2017 08:55:50 +0000 (10:55 +0200)
committerKarl Vogel <redacted>
Thu, 26 Oct 2017 09:29:43 +0000 (11:29 +0200)
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 <redacted>
utils/lxc/Makefile

index 707bea29b5b051a443fc58f5e663faffe360de85..4600e9c9ee74d9cef437cf2604e27307bf46ea4f 100644 (file)
@@ -124,6 +124,7 @@ define Package/lxc-init
 endef
 
 CONFIGURE_ARGS += \
+       --disable-gnutls \
        --disable-apparmor \
        --disable-doc \
        --disable-examples \
git clone https://git.99rst.org/PROJECT