diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-08-22 15:41:38 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-08-22 15:42:54 -0400 |
commit | c897b1e732f524e525d1bd150326b7f0632c1b69 (patch) | |
tree | 187a1738b1f9aa506e3bdfac83ec3770b88ff322 /depends/Makefile | |
parent | fac54dcb71d1779ac71d5d760cc2bd3bbdb333ca (diff) |
depends: add a fallback path in case package sources go missing
If a source url fails to download, try again at
$FALLBACK_DOWNLOAD_PATH/file.name, where FALLBACK_DOWNLOAD_PATH can be
overridden by the user.
Diffstat (limited to 'depends/Makefile')
-rw-r--r-- | depends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/Makefile b/depends/Makefile index bd5f0bf536..8075c66b78 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -6,6 +6,7 @@ SDK_PATH ?= $(BASEDIR)/SDKs NO_QT ?= NO_WALLET ?= NO_UPNP ?= +FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources BUILD = $(shell ./config.guess) HOST ?= $(BUILD) |