Merge pull request #9522 from oech3/no-wget

Remove wget dep
This commit is contained in:
Daniel Hofstetter
2025-11-30 14:31:43 +01:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -131,6 +131,7 @@ if test -f gnu-built; then
else
# Disable useless checks
"${SED}" -i 's|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
"${SED}" -i '/^wget.*/d' bootstrap.conf # wget is used to DL po. Remove the dep.
./bootstrap --skip-po
# Use CFLAGS for best build time since we discard GNU coreutils
CFLAGS="${CFLAGS} -pipe -O0 -s" ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \