From 62762b9faf4b3437939df2b77f8fb3dc5c9204cf Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Fri, 22 Aug 2008 16:59:17 +0200
Subject: [PATCH] Use passive FTP

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 51f2156..716e4b0 100755
--- a/build.sh
+++ b/build.sh
@@ -140,7 +140,7 @@ prepare_generic()
 
 	echo "Retrieving libxml2 (this may take a while)..." | tee -a $LOGFILE
 	cd $ROOT/3rdparty || failure
-	wget ftp://xmlsoft.org/libxml2/libxml2-sources-2.6.32.tar.gz >> $LOGFILE 2>&1 || failure
+	wget --passive-ftp ftp://xmlsoft.org/libxml2/libxml2-sources-2.6.32.tar.gz >> $LOGFILE 2>&1 || failure
 	tar -xzf libxml2-sources-2.6.32.tar.gz >> $LOGFILE 2>&1 || failure
 	rm libxml2-sources-2.6.32.tar.gz >> $LOGFILE 2>&1 || failure
 	# substitute old source tree
-- 
GitLab