(upgrade needed for working with libxml2 > 2.9.0) Signed-off-by: Alexander Dahl <[email protected]> --- patches/libxslt-1.1.26/series | 1 - .../0001-xslt-config-add-SYSROOT-support.patch | 8 ++------ patches/libxslt-1.1.28/series | 4 ++++ rules/libxslt.make | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 patches/libxslt-1.1.26/series rename patches/{libxslt-1.1.26 => libxslt-1.1.28}/0001-xslt-config-add-SYSROOT-support.patch (73%) create mode 100644 patches/libxslt-1.1.28/series
diff --git a/patches/libxslt-1.1.26/series b/patches/libxslt-1.1.26/series deleted file mode 100644 index 218abc0..0000000 --- a/patches/libxslt-1.1.26/series +++ /dev/null @@ -1 +0,0 @@ -0001-xslt-config-add-SYSROOT-support.patch diff --git a/patches/libxslt-1.1.26/0001-xslt-config-add-SYSROOT-support.patch b/patches/libxslt-1.1.28/0001-xslt-config-add-SYSROOT-support.patch similarity index 73% rename from patches/libxslt-1.1.26/0001-xslt-config-add-SYSROOT-support.patch rename to patches/libxslt-1.1.28/0001-xslt-config-add-SYSROOT-support.patch index 89b2b2b..dacc3ee 100644 --- a/patches/libxslt-1.1.26/0001-xslt-config-add-SYSROOT-support.patch +++ b/patches/libxslt-1.1.28/0001-xslt-config-add-SYSROOT-support.patch @@ -1,4 +1,3 @@ -From b08208f3faae4d9cdb0ef9a5840b4b3836dd7083 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde <[email protected]> Date: Sun, 10 Jan 2010 01:10:34 +0100 Subject: [PATCH] xslt-config: add SYSROOT support @@ -6,10 +5,10 @@ Subject: [PATCH] xslt-config: add SYSROOT support Signed-off-by: Marc Kleine-Budde <[email protected]> --- xslt-config.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xslt-config.in b/xslt-config.in -index a1e1fb5..fcfeed3 100644 +index 45c3e28f2f12..5c009c4f4ad2 100644 --- a/xslt-config.in +++ b/xslt-config.in @@ -1,6 +1,6 @@ @@ -20,6 +19,3 @@ index a1e1fb5..fcfeed3 100644 exec_prefix=@exec_prefix@ exec_prefix_set=no includedir=@includedir@ --- -1.6.6 - diff --git a/patches/libxslt-1.1.28/series b/patches/libxslt-1.1.28/series new file mode 100644 index 0000000..04dc8b0 --- /dev/null +++ b/patches/libxslt-1.1.28/series @@ -0,0 +1,4 @@ +# generated by git-ptx-patches +#tag:base --start-number 1 +0001-xslt-config-add-SYSROOT-support.patch +# 646fc10f99566b9f24135a2ca6e26cbc - git-ptx-patches magic diff --git a/rules/libxslt.make b/rules/libxslt.make index 5bf63b5..5ea8d23 100644 --- a/rules/libxslt.make +++ b/rules/libxslt.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBXSLT) += libxslt # # Paths and names # -LIBXSLT_VERSION := 1.1.26 -LIBXSLT_MD5 := e61d0364a30146aaa3001296f853b2b9 +LIBXSLT_VERSION := 1.1.28 +LIBXSLT_MD5 := 9667bf6f9310b957254fdcf6596600b7 LIBXSLT := libxslt-$(LIBXSLT_VERSION) LIBXSLT_SUFFIX := tar.gz LIBXSLT_SOURCE := $(SRCDIR)/$(LIBXSLT).$(LIBXSLT_SUFFIX) -- 1.7.10.4 -- ptxdist mailing list [email protected]
