mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
hs20: fix compilation with libxml 2.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hs20
|
PKG_NAME:=hs20
|
||||||
PKG_RELEASE:=8
|
PKG_RELEASE:=9
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://w1.fi/hostap.git
|
PKG_SOURCE_URL:=http://w1.fi/hostap.git
|
||||||
PKG_SOURCE_PROTO:=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"
|
||||||
Reference in New Issue
Block a user