aboutsummaryrefslogtreecommitdiff
path: root/libs/gnutls
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-02-07 00:23:09 +0100
committerGitHub <noreply@github.com>2017-02-07 00:23:09 +0100
commitc7c951eada3682c2a2bac73cbe95ee15f174317f (patch)
treef96218671ff5a3da43c3a6cab8622584f8470898 /libs/gnutls
parentca4706eedc8a2c85435abf86ef97bc79769fecf8 (diff)
libs/gnutls: Don't link libidn unintentionally
Fixes compilation reported by by buildbots. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'libs/gnutls')
-rw-r--r--libs/gnutls/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \