| 52349148 | 20-May-2025 |
Don Lewis <truckman@apache.org> |
Fix build with libxml2 >= 2.12.0
libxml2 2.12.0 added const to one of the arguments of the error callback function, changing its signature. Check the libxml2 version so the function definition uses
Fix build with libxml2 >= 2.12.0
libxml2 2.12.0 added const to one of the arguments of the error callback function, changing its signature. Check the libxml2 version so the function definition uses the proper type to fix the build breakage.
show more ...
|