Recently updated libxml2 from version 2.7.8 to 2.9.1 breaks libxslt build. Library libxslt from version 1.1.27 is compatible with libxml2 2.9.x.
Signed-off-by: Lukas Macura <[email protected]> Tested-by: Jiri Slachta <[email protected]> --- libs/libxslt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 4d76669..c78c540 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxslt -PKG_VERSION:=1.1.26 +PKG_VERSION:=1.1.28 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://xmlsoft.org/sources/ \ ftp://fr.rpmfind.net/pub/libxml/ -PKG_MD5SUM:=e61d0364a30146aaa3001296f853b2b9 +PKG_MD5SUM:=9667bf6f9310b957254fdcf6596600b7 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 -- 1.9.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
