From: Uwe Hermann Date: Thu, 1 Jul 2010 00:30:16 +0000 (+0200) Subject: wget: Use --no-passive-ftp, helps with firewalls. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=c0b1d1de699f24dfa9bc3c6c34f7d57124a7d618 wget: Use --no-passive-ftp, helps with firewalls. This is tested to work better in at least one firewalled environment. YMMV. --- 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