0
0
mirror of https://github.com/openwrt/packages.git synced 2025-03-15 02:08:36 +00:00
packages/net/apache/patches/100_compile-fix-libxml2-2.12.x.patch
Michael Heimpold 7009c6be73 apache: add compile fix for libxml-2.12.x
libxml2 restructured includes, thus another include is now required
otherwise build fails.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-12-17 19:49:22 +02:00

11 lines
202 B
Diff

--- a/modules/filters/mod_xml2enc.c
+++ b/modules/filters/mod_xml2enc.c
@@ -35,6 +35,7 @@
#endif
/* libxml2 */
+#include <libxml/xmlstring.h>
#include <libxml/encoding.h>
#if defined(__clang__)