Skip to content

Commit

Permalink
Pin the libxml2 to v2.13.5
Browse files Browse the repository at this point in the history
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
  • Loading branch information
nyanmisaka committed Feb 6, 2025
1 parent f31cb36 commit 2c849af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ popd
popd

# LIBXML2
git clone --depth=1 https://github.com/GNOME/libxml2.git
git clone -b v2.13.5 --depth=1 https://github.com/GNOME/libxml2.git
pushd libxml2
# Fallback to internal entropy when system native method failed
git apply ${SOURCE_DIR}/builder/patches/libxml2/master/0001-dict-Fallback-to-internal-entropy-master.patch
git apply ${SOURCE_DIR}/builder/patches/libxml2/v2.13.5/0001-dict-Fallback-to-internal-entropy.patch
./autogen.sh \
--prefix=${FF_DEPS_PREFIX} \
--host=${FF_TOOLCHAIN} \
Expand Down

0 comments on commit 2c849af

Please sign in to comment.