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
12 lines
398 B
Diff
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])
|