lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit c7c951eada3682c2a2bac73cbe95ee15f174317f
parent ca4706eedc8a2c85435abf86ef97bc79769fecf8
Author: Daniel Engberg <daniel.engberg.lists@pyret.net>
Date:   Tue,  7 Feb 2017 00:23:09 +0100

libs/gnutls: Don't link libidn unintentionally

Fixes compilation reported by by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat:
Mlibs/gnutls/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 \