libs/gnutls: Don't link libidn unintentionally 3965/head
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Mon, 6 Feb 2017 23:23:09 +0000 (00:23 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2017 23:23:09 +0000 (00:23 +0100)
Fixes compilation reported by by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
libs/gnutls/Makefile

index 0123e10fef0af515012a13f4b068a842163ec60c..281abee0c5ba335ef240664cb50a8e532a2d083f 100644 (file)
@@ -113,6 +113,7 @@ CONFIGURE_ARGS+= \
        --with-included-unistring \
        --disable-guile \
        --disable-nls \
+       --without-idn \
        --without-zlib \
        --enable-local-libopts \
        --disable-doc \