From 77d2d78054e0510b8f74ffe9b3384d4dd8c7ca5b Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Thu, 5 May 2011 11:59:22 +0200 Subject: [PATCH] Updated libxml2 download URL --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index edd3f86..a1a8c15 100755 --- a/build.sh +++ b/build.sh @@ -281,7 +281,7 @@ prepare_libxml() echo "Retrieving libxml2 (this may take a while)..." | tee -a $LOGFILE cd $ROOT/3rdparty || failure rm -f 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 + wget --passive-ftp ftp://xmlsoft.org/libxml2/old/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