Skip to content

Commit

Permalink
Merge pull request #1402 from citrus-it/fixes
Browse files Browse the repository at this point in the history
Fix apache build with newer libxml2
  • Loading branch information
hadfl authored Feb 14, 2024
2 parents ea4d81f + 79737c7 commit 583f2b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build/apache/patches-24/libxml2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/modules/filters/mod_xml2enc.c a/modules/filters/mod_xml2enc.c
--- a~/modules/filters/mod_xml2enc.c 1970-01-01 00:00:00
+++ a/modules/filters/mod_xml2enc.c 1970-01-01 00:00:00
@@ -35,6 +35,7 @@
#endif

/* libxml2 */
+#include <libxml/xmlstring.h>
#include <libxml/encoding.h>

#if defined(__clang__)
1 change: 1 addition & 0 deletions build/apache/patches-24/series
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
layout.patch
priv_drop.patch
httpd.conf.patch
libxml2.patch

0 comments on commit 583f2b1

Please sign in to comment.