view src/libxml2-1-fixes.patch @ 6540:ff8c281debae

LLVM: Update to version 15.0.5. * src/llvm.mk: Update version and checksum. Download and extract tarball with cmake files. Disable building benchmarks. Use two spaces for indentation. Adjust for library name containing version suffix now.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 20 Nov 2022 15:04:15 +0100
parents 08c2fd376e21
children
line wrap: on
line source

diff -ur libxml2-v2.9.13.orig/libxml-2.0.pc.in libxml2-v2.9.13/libxml-2.0.pc.in
--- libxml2-v2.9.13.orig/libxml-2.0.pc.in	2022-02-23 13:29:48.119724801 -0500
+++ libxml2-v2.9.13/libxml-2.0.pc.in	2022-02-23 13:42:19.580206424 -0500
@@ -8,6 +8,7 @@
 Version: @VERSION@
 Description: libXML library version2.
 Requires:
+Requires.private: liblzma
 Libs: -L${libdir} @XML_LIBS@
 Libs.private: @XML_PRIVATE_LIBS@ @LIBS@
 Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@