1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00
openwrt-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