lede-packages-rs

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

commit 09287433fc3c0d14d05c92a6151c4bb9c1359e62
parent 7405d4bc08b9b6ce26a8ddb5228f6946bc2f5a95
Author: Nicolas Thill <nico@openwrt.org>
Date:   Wed, 24 Sep 2014 01:38:10 +0200

lftp: disable libidn explicitely

This prevent detection of libidn when target arch = host arch.

Diffstat:
Mnet/lftp/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/net/lftp/Makefile b/net/lftp/Makefile @@ -50,6 +50,7 @@ CONFIGURE_ARGS += \ --without-libiconv-prefix \ --without-libintl-prefix \ --without-gnutls \ + --without-libidn \ --without-libresolv \ --with-openssl="$(STAGING_DIR)/usr" \ --disable-static