From 09287433fc3c0d14d05c92a6151c4bb9c1359e62 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 24 Sep 2014 01:38:10 +0200 Subject: [PATCH] lftp: disable libidn explicitely This prevent detection of libidn when target arch = host arch. --- net/lftp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/lftp/Makefile b/net/lftp/Makefile index e2aa28cd0..054d4a4dc 100644 --- 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