[arch-commits] Commit in libxslt/trunk (PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Tue Jul 20 18:51:16 UTC 2021
Date: Tuesday, July 20, 2021 @ 18:51:16
Author: anthraxx
Revision: 420211
upgpkg: libxslt 1.1.34-6: backport libxml 2.9.12 fixes
Modified:
libxslt/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-20 18:44:08 UTC (rev 420210)
+++ PKGBUILD 2021-07-20 18:51:16 UTC (rev 420211)
@@ -3,7 +3,7 @@
pkgname=libxslt
pkgver=1.1.34
-pkgrel=5
+pkgrel=6
pkgdesc="XML stylesheet transformation library"
url="http://xmlsoft.org/XSLT/"
arch=(x86_64)
@@ -27,6 +27,11 @@
prepare() {
cd $pkgname
+ # Fix build with libxml libxml2-2.9.12
+ git cherry-pick -n 9ae2f94df1721e002941b40665efb762aefcea1a
+ git cherry-pick -n 824657768aea2cce9c23e72ba8085cb5e44350c7
+ git cherry-pick -n 77c26bad0433541f486b1e7ced44ca9979376908
+
# Make xsltproc output reproducible for packages which use it to generate documentation
patch -Np1 -i ../0001-Make-generate-id-deterministic.patch
More information about the arch-commits
mailing list