summarylogtreecommitdiffstats
path: root/0002-libxml-2.12-compat.patch
AgeCommit message (Collapse)Author
2024-09-05Fix builds on libxml2 >= 2.12Dan Fuhry
In libxml2 v2.12.0, the definition of `void (*xmlStructuredErrorFunc)` was changed. The second argument was marked `const`. This caused an incompatible pointer type warning which is treated as an error by default in modern gcc.