libs/gnutls: Don't link libidn unintentionally

Fixes compilation reported by by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg 2017-02-07 00:23:09 +01:00 committed by GitHub
parent ca4706eedc
commit c7c951eada

View file

@ -113,6 +113,7 @@ CONFIGURE_ARGS+= \
--with-included-unistring \ --with-included-unistring \
--disable-guile \ --disable-guile \
--disable-nls \ --disable-nls \
--without-idn \
--without-zlib \ --without-zlib \
--enable-local-libopts \ --enable-local-libopts \
--disable-doc \ --disable-doc \