depends: build fixes + script exec bits

This commit is contained in:
2026-02-24 16:59:17 +00:00
parent b4f1e4161c
commit 36a98abebd
147 changed files with 441053 additions and 19 deletions
+15
View File
@@ -18,3 +18,18 @@ build_$(build_arch)_$(build_os)_$1 += $(build_$(build_os)_$1)
build_$1=$$(build_$(build_arch)_$(build_os)_$1)
endef
$(foreach flags, CFLAGS CXXFLAGS LDFLAGS, $(eval $(call add_build_flags_func,$(flags))))
# -----------------------------------------------------------------------------
# Network / download defaults
# -----------------------------------------------------------------------------
#
# Some older depends trees relied on these being provided via the environment.
# On newer distros, passing curl options without numeric values will hard-fail
# (e.g. "--connect-timeout" or "--retry" with an empty argument).
DOWNLOAD_CONNECT_TIMEOUT ?= 30
DOWNLOAD_RETRIES ?= 3
# Generic source mirror used when a primary upstream is down.
# You can override this at make time: make FALLBACK_DOWNLOAD_PATH=...
FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources