diff options
Diffstat (limited to 'patches/libxslt-1.1.37.local.patch')
-rw-r--r-- | patches/libxslt-1.1.37.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/libxslt-1.1.37.local.patch b/patches/libxslt-1.1.37.local.patch new file mode 100644 index 00000000..ccafaf1e --- /dev/null +++ b/patches/libxslt-1.1.37.local.patch @@ -0,0 +1,12 @@ +diff -ru libxslt-1.1.37.orig/Makefile.in libxslt-1.1.37/Makefile.in +--- libxslt-1.1.37.orig/Makefile.in 2022-12-10 12:03:50.891594062 +0100 ++++ libxslt-1.1.37/Makefile.in 2022-12-10 12:05:46.048683627 +0100 +@@ -427,7 +427,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = libxslt libexslt xsltproc doc tests $(am__append_1) ++SUBDIRS = libxslt libexslt xsltproc $(am__append_1) + DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests + confexecdir = $(libdir) + confexec_DATA = xsltConf.sh |