Changeset 3674


Ignore:
Timestamp:
Apr 22, 2025, 11:43:21 AM (3 months ago)
Author:
bird
Message:

tools/WGET.kmk: Drop the --passive-ftp flag as newer versions only accepts it for ftp URLs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/WGET.kmk

    r3121 r3674  
    5151
    5252# General Properties used by kBuild
    53 TOOL_WGET_FETCHFLAGS ?= --passive-ftp -t 5 -T 60
     53TOOL_WGET_FETCHFLAGS ?= -t 5 -T 60
    5454
    5555## Fetch one file.
Note: See TracChangeset for help on using the changeset viewer.