From: Luka Perkov <luka@openwrt.org>
Date: Sun, 23 Mar 2014 16:08:58 +0000 (+0000)
Subject: libroxml: enable xpath support
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8d922596908df18e827f4deb5e71403e555ef97c;p=openwrt%2Fstaging%2Fsvanheule.git

libroxml: enable xpath support

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 40008
---

diff --git a/package/libs/libroxml/Makefile b/package/libs/libroxml/Makefile
index c591856f3b..783874e882 100644
--- a/package/libs/libroxml/Makefile
+++ b/package/libs/libroxml/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libroxml
 PKG_VERSION:=2.3.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -32,7 +32,6 @@ endef
 CONFIGURE_ARGS += \
 	--enable-shared \
 	--enable-static \
-	--disable-xml-xpath-engine \
 	--disable-roxml
 
 define Build/InstallDev