projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c295f65
)
libroxml: enable xpath support
author
Luka Perkov
<luka@openwrt.org>
Sun, 23 Mar 2014 16:08:58 +0000
(16:08 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Sun, 23 Mar 2014 16:08:58 +0000
(16:08 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40008
package/libs/libroxml/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libroxml/Makefile
b/package/libs/libroxml/Makefile
index c591856f3b0475006f0c433f946531e6da7fbd0f..783874e8824ae7bd9ab6b4b35363347b073cca19 100644
(file)
--- 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