0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-05 00:43:07 +00:00
Files
packages/net/openconnect/patches/010-libxml212.patch
Rosen Penev 02a5264214 openconnect: update to 9.12
Remove upstream backport and fix libxml 1.12 compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-01-02 16:31:21 -08:00

12 lines
193 B
Diff

--- a/openconnect-internal.h
+++ b/openconnect-internal.h
@@ -84,7 +84,7 @@
#endif
#define N_(s) s
-#include <libxml/tree.h>
+#include <libxml/parser.h>
#include <zlib.h>
#ifdef _WIN32