[packages] libxml2: enable Canonical XML support (c14n), required by php5 (#6559)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19305 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-01-24 01:31:26 +00:00
parent be11b4eccd
commit 495dc440be

View File

@ -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 \
--without-c14n \
--with-c14n \
--without-catalog \
--without-debug \
--without-docbook \