mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 06:56:40 +00:00
Drop --passive-ftp from wget's default options
In some distributions (as Fedora), wget2 is used instead of wget. wget2 doesn't support the --passive-ftp option causing every download to fail. Also, according to wget's NEWS file [0], --passive-ftp is already the default in wget since 1.10. Remove the --passive-ftp from wget's default options. [0] https://gitlab.com/gnuwget/wget/-/blob/master/NEWS#L733 Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
This commit is contained in:
parent
6d1d61cbca
commit
4773bd609c
@ -67,7 +67,7 @@ if DOWNLOAD_AGENT_WGET
|
|||||||
|
|
||||||
config DOWNLOAD_WGET_OPTIONS
|
config DOWNLOAD_WGET_OPTIONS
|
||||||
string "Extra options to wget"
|
string "Extra options to wget"
|
||||||
default "--passive-ftp --tries=3 -nc --progress=dot:binary"
|
default "--tries=3 -nc --progress=dot:binary"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user