Merge pull request #3965 from diizzyy/patch-33

libs/gnutls: Don't link libidn unintentionally
This commit is contained in:
Nikos Mavrogiannopoulos 2017-02-08 09:37:51 +01:00 committed by GitHub
commit 14f9bff47d

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 \