#24 Fix build with libxml2-2.12.0
Merged a year ago by abbra. Opened a year ago by yselkowitz.
yselkowitz/oddjob libxml2  into  master

file modified
+1
@@ -47,6 +47,7 @@ 

  #include <string.h>

  #include <unistd.h>

  #include <dbus/dbus.h>

+ #include <libxml/globals.h>

  #include <libxml/xmlreader.h>

  #ifdef SELINUX_ACLS

  #include <selinux/selinux.h>

https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.0

"Several cyclic dependencies in public header files were fixed. As a result, certain headers won't include other headers as before."

This fixes a build failure in F40 and ELN builds.

Pull-Request has been merged by abbra

a year ago
Metadata