summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2017-03-23 12:07:09 -0500
committerKevin Harwell <kharwell@digium.com>2017-03-23 12:16:57 -0600
commit12dde3b568ff3e44527b73f61b073f902edfb10f (patch)
tree1d2def19bd564d830bd3a64296f0f0de569ae1dd /makeopts.in
parentc1ab8ca74cec45730107cca3ed47fc61460365e4 (diff)
pjproject_bundled: raise timeout value used when downloading
After configuring Asterisk with '--with-pjproject-bundled' the configure/build process attempts to download pjproject from its download site. Currently, a timeout of 10 seconds is used that will stop the download process if pjproject has not been fully downloaded in that time. For some systems this was not enough time and the process was timing out too early. This patch raises the download timeout value to '60'. Also, this patch fixes another bug where the DOWNLOAD_TIMEOUT variable was not being properly exported due to a naming error. DOWNLOAD_MAX_TIMEOUT is now properly renamed to DOWNLOAD_TIMEOUT. ASTERISK-26814 #close Change-Id: Ia56e4e8a3d39db76bc8a1852b2cf07ec10b39842
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeopts.in b/makeopts.in
index 6a1164c32..5bc5258da 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -28,7 +28,7 @@ WGET=@WGET@
FETCH=@FETCH@
DOWNLOAD=@DOWNLOAD@
DOWNLOAD_TO_STDOUT=@DOWNLOAD_TO_STDOUT@
-DOWNLOAD_MAX_TIMEOUT=@DOWNLOAD_MAX_TIMEOUT@
+DOWNLOAD_TIMEOUT=@DOWNLOAD_TIMEOUT@
SOUNDS_CACHE_DIR=@SOUNDS_CACHE_DIR@
EXTERNALS_CACHE_DIR=@EXTERNALS_CACHE_DIR@
RUBBER=@RUBBER@