Files
MSYS2-packages/libxml2/libxml2-2.9.1-msys2.patch
Christoph Reiter 0652320907 libxml2: Update to 2.10.0
libxml2-2.9.0-do-not-check-crc.patch: this comes from fedora, but they
no longer use it

doc installation is no longer configurable, so just remove the patch
and the options.

drop parts of msysize patches by building for cygwin

remove gl_cv_have_weak, as I don't think there is any gnulib in there
2022-08-21 23:24:19 +02:00

12 lines
398 B
Diff

--- libxml2-2.10.0/configure.ac.orig 2022-08-17 13:22:20.000000000 +0200
+++ libxml2-2.10.0/configure.ac 2022-08-21 22:52:07.719938300 +0200
@@ -769,7 +769,7 @@
case "$host" in
*-*-cygwin*)
MODULE_EXTENSION=".dll"
- AC_CHECK_LIB(cygwin, dlopen, [
+ AC_CHECK_LIB(msys-2.0, dlopen, [
WITH_MODULES=1
MODULE_PLATFORM_LIBS=
AC_DEFINE([HAVE_DLOPEN], [], [Have dlopen based dso])