hs20: fix compilation with libxml 2.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
f9c642c8c8
commit
d7d7c5bbb3
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
11
net/hs20/patches/010-libxml-212.patch
Normal file
11
net/hs20/patches/010-libxml-212.patch
Normal file
|
@ -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 <libxml/tree.h>
|
||||
+#include <libxml/parser.h>
|
||||
#include <libxml/xmlschemastypes.h>
|
||||
|
||||
#include "common.h"
|
Loading…
Reference in a new issue