diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-08-27 03:40:30 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-08-27 03:40:30 -0400 |
commit | df7565d99c4baca212db6bf1d75b097a7ec58475 (patch) | |
tree | 269b569dbfa99c4335513f51eea9995d98341a5b /depends/Makefile | |
parent | c897b1e732f524e525d1bd150326b7f0632c1b69 (diff) |
depends: add sensible download timeout/retry values
Diffstat (limited to 'depends/Makefile')
-rw-r--r-- | depends/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/depends/Makefile b/depends/Makefile index 8075c66b78..f5fb5b865f 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -13,6 +13,8 @@ HOST ?= $(BUILD) PATCHES_PATH = $(BASEDIR)/patches BASEDIR = $(CURDIR) HASH_LENGTH:=11 +DOWNLOAD_CONNECT_TIMEOUT:=10 +DOWNLOAD_RETRIES:=3 host:=$(BUILD) ifneq ($(HOST),) |