summaryrefslogtreecommitdiff
path: root/package/libs
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
commit8d922596908df18e827f4deb5e71403e555ef97c (patch)
tree47748475c2b47f11d2c85da76076a0bcaa99fb59 /package/libs
parentc295f65da958372963094ffd5e81e4d60f9de62e (diff)
downloadmtk-20170518-8d922596908df18e827f4deb5e71403e555ef97c.zip
mtk-20170518-8d922596908df18e827f4deb5e71403e555ef97c.tar.gz
mtk-20170518-8d922596908df18e827f4deb5e71403e555ef97c.tar.bz2
libroxml: enable xpath support
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40008
Diffstat (limited to 'package/libs')
-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 c591856..783874e 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