projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb9f7a
)
[packages] libxml2: enable Canonical XML support (c14n), required by php5 (#6559)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 24 Jan 2010 01:31:26 +0000
(
01:31
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 24 Jan 2010 01:31:26 +0000
(
01:31
+0000)
SVN-Revision: 19305
libs/libxml2/Makefile
patch
|
blob
|
history
diff --git
a/libs/libxml2/Makefile
b/libs/libxml2/Makefile
index 5f02a5c83dee3c9451c1fb055bab48476a07bff0..c4630b0777aa141414b8362c5e5bafd09428191f 100644
(file)
--- a/
libs/libxml2/Makefile
+++ b/
libs/libxml2/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libxml2
PKG_VERSION:=2.7.6
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://xmlsoft.org/sources/ \
@@
-38,7
+38,7
@@
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
- --with
out
-c14n \
+ --with-c14n \
--without-catalog \
--without-debug \
--without-docbook \