From c81b8b8b4a769089a553f6318b7a285b6b718f35 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 22 Apr 2014 23:24:36 +0000 Subject: [PATCH] libxslt: update to version 1.1.28 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 Tested-by: Jiri Slachta Signed-off-by: Florian Fainelli SVN-Revision: 40556 --- libs/libxslt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 4d7666906..c78c54056 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 -- 2.30.2