Browse Source

lftp: disable libidn explicitely

This prevent detection of libidn when target arch = host arch.
Nicolas Thill 10 years ago
parent
commit
09287433fc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      net/lftp/Makefile

+ 1
- 0
net/lftp/Makefile View File

@@ -50,6 +50,7 @@ CONFIGURE_ARGS += \
50 50
 	--without-libiconv-prefix \
51 51
 	--without-libintl-prefix \
52 52
 	--without-gnutls \
53
+	--without-libidn \
53 54
 	--without-libresolv \
54 55
 	--with-openssl="$(STAGING_DIR)/usr" \
55 56
 	--disable-static