aboutsummaryrefslogtreecommitdiff
path: root/depends/Makefile
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-01-08 14:59:42 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-01-08 15:56:25 +0000
commit080763a058f399583deb9dea6687e87fc1c097a9 (patch)
treef5bfa94a0801ab68c70258fe391aed72719808ef /depends/Makefile
parent04b9df0f9fd95e907b2e8bf823d63e9dfb37b4ad (diff)
downloadbitcoin-080763a058f399583deb9dea6687e87fc1c097a9.tar.xz
build: Drop `ALLOW_HOST_PACKAGES` support in depends
The `ALLOW_HOST_PACKAGES` variable was introduced in bitcoin#10508 "to speed up build and avoid timeout". It is no longer the case for our CI infrastructure, which uses self- hosted persistent workers and depends caching. In the current circumstances, it does not seem worth porting this feature to the upcoming CMake-based build system.
Diffstat (limited to 'depends/Makefile')
-rw-r--r--depends/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/depends/Makefile b/depends/Makefile
index 319c3498df..558ddd60a0 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -242,7 +242,6 @@ $(host_prefix)/share/config.site : config.site.in $(host_prefix)/.stamp_$(final_
-e 's|@CXXFLAGS@|$(strip $(host_CXXFLAGS) $(host_$(release_type)_CXXFLAGS))|' \
-e 's|@CPPFLAGS@|$(strip $(host_CPPFLAGS) $(host_$(release_type)_CPPFLAGS))|' \
-e 's|@LDFLAGS@|$(strip $(host_LDFLAGS) $(host_$(release_type)_LDFLAGS))|' \
- -e 's|@allow_host_packages@|$(ALLOW_HOST_PACKAGES)|' \
-e 's|@no_qt@|$(NO_QT)|' \
-e 's|@no_qr@|$(NO_QR)|' \
-e 's|@no_zmq@|$(NO_ZMQ)|' \