summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-07-01 02:30:16 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2010-07-01 02:42:58 +0200
commitc0b1d1de699f24dfa9bc3c6c34f7d57124a7d618 (patch)
tree8a45cffc2839aa0f694b0b4e2957348a6b61adaa
parent92695d8e2603d3d78b6ce5bdba7dcb8535d98285 (diff)
wget: Use --no-passive-ftp, helps with firewalls.
This is tested to work better in at least one firewalled environment. YMMV.
-rwxr-xr-xsummon-arm-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain
index 7977d8d..7606fac 100755
--- a/summon-arm-toolchain
+++ b/summon-arm-toolchain
@@ -57,7 +57,7 @@ echo "Downloading gcc sources..."
wget -c http://ftp.gnu.org/gnu/gcc/${GCC}/${GCC}.tar.bz2
echo "Downloading newlib sources..."
-wget -c ftp://sources.redhat.com/pub/newlib/${NEWLIB}.tar.gz
+wget -c --no-passive-ftp ftp://sources.redhat.com/pub/newlib/${NEWLIB}.tar.gz
echo "Downloading gdb sources..."
wget -c http://ftp.gnu.org/gnu/gdb/${GDB}.tar.bz2