From 7b95bf75a37fb45d5a9ab89ec28927b0847648d0 Mon Sep 17 00:00:00 2001 From: Alessio Morale Date: Sat, 26 Oct 2013 15:12:34 +0200 Subject: [PATCH] OP-835 Add -L parameter to Curl to handle redirects --- make/tools.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make/tools.mk b/make/tools.mk index 0475ea043..1575cebc9 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -57,7 +57,7 @@ endif ifeq ($(UNAME), Linux) ifeq ($(ARCH), x86_64) ARM_SDK_URL := http://wiki.openpilot.org/download/attachments/18612236/gcc-arm-none-eabi-4_7-2013q1-20130313-linux-amd64.tar.bz2 - QT_SDK_URL := http://files.linux-addicted.net/qtproject/official_releases/qt/5.1/5.1.1/qt-linux-opensource-5.1.1-x86_64-offline.run + QT_SDK_URL := http://download.qt-project.org/official_releases/qt/5.1/5.1.1/qt-linux-opensource-5.1.1-x86_64-offline.run QT_SDK_MD5_URL := http://www.alessiomorale.com/download/qt-linux-opensource-5.1.1-x86_64-offline.run.md5 QT_SDK_ARCH := gcc_64 else @@ -196,9 +196,9 @@ endif # Batch mode ifeq ($(BATCH), 1) - CURL_OPTIONS := --silent + CURL_OPTIONS := --silent -L else - CURL_OPTIONS := + CURL_OPTIONS := -L endif # MSYS tar workaround