Quellcode durchsuchen

lftp: disable libidn explicitely

This prevent detection of libidn when target arch = host arch.
Nicolas Thill vor 10 Jahren
Ursprung
Commit
09287433fc
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      net/lftp/Makefile

+ 1
- 0
net/lftp/Makefile Datei anzeigen

@@ -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