Browse Source

libs/gnutls: Don't link libidn unintentionally

Fixes compilation reported by by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
lilik-openwrt-22.03
Daniel Engberg 7 years ago
committed by GitHub
parent
commit
c7c951eada
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/gnutls/Makefile

+ 1
- 0
libs/gnutls/Makefile View File

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


Loading…
Cancel
Save