Skip to content
Snippets Groups Projects
Commit 62762b9f authored by Oliver Bock's avatar Oliver Bock
Browse files

Use passive FTP

parent 63bc74b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment