Skip to content

Commit

Permalink
Update libxml2 to version 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
photron committed Jul 29, 2011
1 parent de1e62b commit bbf8f4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions compile_libxml2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

basedir=/src/libxml2
url=ftp://xmlsoft.org/libxml2
version=2.7.7
revision=1
version=2.7.8
revision=0
tarball=libxml2-${version}.tar.gz
directory=libxml2-${version}-${revision}

Expand All @@ -23,12 +23,12 @@ fi

pushd $directory

if [ ! -f mingw.patch.applied ]
then
echo patching ...
patch -p1 < ../../libxml2-${version}-mingw.patch
echo applied > mingw.patch.applied
fi
#if [ ! -f mingw.patch.applied ]
#then
# echo patching ...
# patch -p1 < ../../libxml2-${version}-mingw.patch
# echo applied > mingw.patch.applied
#fi

if [ ! -f configure.done ]
then
Expand Down

0 comments on commit bbf8f4f

Please sign in to comment.