From: Jo-Philipp Wich Date: Sun, 24 Jan 2010 01:31:26 +0000 (+0000) Subject: [packages] libxml2: enable Canonical XML support (c14n), required by php5 (#6559) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3310f9a18275d5417e049d21c3bd0db52c2f5bcd;p=openwrt%2Fsvn-archive%2Farchive.git [packages] libxml2: enable Canonical XML support (c14n), required by php5 (#6559) SVN-Revision: 19305 --- diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index 5f02a5c83d..c4630b0777 100644 --- 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 \ - --without-c14n \ + --with-c14n \ --without-catalog \ --without-debug \ --without-docbook \