libroxml: enable xpath support
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40008
This commit is contained in:
parent
c295f65da9
commit
8d92259690
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue