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"