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
 	--without-libiconv-prefix \
50
 	--without-libiconv-prefix \
51
 	--without-libintl-prefix \
51
 	--without-libintl-prefix \
52
 	--without-gnutls \
52
 	--without-gnutls \
53
+	--without-libidn \
53
 	--without-libresolv \
54
 	--without-libresolv \
54
 	--with-openssl="$(STAGING_DIR)/usr" \
55
 	--with-openssl="$(STAGING_DIR)/usr" \
55
 	--disable-static
56
 	--disable-static