changeset 6385:08c2fd376e21

* src/libxml2-1-fixes.patch: Update patch for v2.10.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 27 Aug 2022 11:57:14 +0200
parents 0ba085c3cb1b
children 8bf821eb44fb
files src/libxml2-1-fixes.patch
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/libxml2-1-fixes.patch	Thu Aug 25 13:27:25 2022 -0400
+++ b/src/libxml2-1-fixes.patch	Sat Aug 27 11:57:14 2022 +0200
@@ -6,6 +6,6 @@
  Description: libXML library version2.
  Requires:
 +Requires.private: liblzma
- Libs: -L${libdir} -lxml2
- Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
+ Libs: -L${libdir} @XML_LIBS@
+ Libs.private: @XML_PRIVATE_LIBS@ @LIBS@
  Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@