[package] libroxml: enable xpath support
[openwrt-working-2016/.git] / package / libs / libroxml / Makefile
index c591856f3b0475006f0c433f946531e6da7fbd0f..783874e8824ae7bd9ab6b4b35363347b073cca19 100644 (file)
@@ -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