summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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