From d7d7c5bbb34c709ada745a49239831f9c7a15463 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 24 Dec 2023 22:09:08 -0800 Subject: [PATCH] hs20: fix compilation with libxml 2.12 Signed-off-by: Rosen Penev --- net/hs20/Makefile | 2 +- net/hs20/patches/010-libxml-212.patch | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 net/hs20/patches/010-libxml-212.patch diff --git a/net/hs20/Makefile b/net/hs20/Makefile index 894179a6c9..ffa4a4765f 100644 --- a/net/hs20/Makefile +++ b/net/hs20/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hs20 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git diff --git a/net/hs20/patches/010-libxml-212.patch b/net/hs20/patches/010-libxml-212.patch new file mode 100644 index 0000000000..b9a385444d --- /dev/null +++ b/net/hs20/patches/010-libxml-212.patch @@ -0,0 +1,11 @@ +--- a/src/utils/xml_libxml2.c ++++ b/src/utils/xml_libxml2.c +@@ -8,7 +8,7 @@ + + #include "includes.h" + #define LIBXML_VALID_ENABLED +-#include ++#include + #include + + #include "common.h"