aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-03-23 16:08:58 +0000
committerLuka Perkov <luka@openwrt.org>2014-03-23 16:08:58 +0000
commitb0374926ec889162302e5dfcbfa21485e3666245 (patch)
tree5d4efbcb52a4d4ce40e302670217f7f3d9bc0b44
parentae3046225c1c044fa567bf6db1305522c59a1b45 (diff)
downloadupstream-b0374926ec889162302e5dfcbfa21485e3666245.tar.gz
upstream-b0374926ec889162302e5dfcbfa21485e3666245.tar.bz2
upstream-b0374926ec889162302e5dfcbfa21485e3666245.zip
[package] libroxml: enable xpath support
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40008 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/libs/libroxml/Makefile3
1 files changed, 1 insertions, 2 deletions
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