From: Luka Perkov Date: Sun, 23 Mar 2014 16:08:58 +0000 (+0000) Subject: [package] libroxml: enable xpath support X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b0374926ec889162302e5dfcbfa21485e3666245;p=15.05%2Fopenwrt.git [package] libroxml: enable xpath support Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40008 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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