From c7c951eada3682c2a2bac73cbe95ee15f174317f Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Tue, 7 Feb 2017 00:23:09 +0100 Subject: [PATCH] libs/gnutls: Don't link libidn unintentionally Fixes compilation reported by by buildbots. Signed-off-by: Daniel Engberg --- libs/gnutls/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 0123e10fe..281abee0c 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -113,6 +113,7 @@ CONFIGURE_ARGS+= \ --with-included-unistring \ --disable-guile \ --disable-nls \ + --without-idn \ --without-zlib \ --enable-local-libopts \ --disable-doc \