mxe/src/libxml2-1-fixes.patch

23 lines
740 B
Diff
Raw Permalink Normal View History

This file is part of MXE. See LICENSE.md for licensing information.
2012-10-11 16:49:39 +01:00
2017-11-18 12:42:38 +00:00
Contains ad hoc patches for cross building.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
2017-11-18 12:42:38 +00:00
Date: Sat, 18 Nov 2017 22:36:56 +1100
Subject: [PATCH 1/1] .pc requires.private liblzma
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
2017-11-18 12:42:38 +00:00
index 1111111..2222222 100644
--- a/libxml-2.0.pc.in
+++ b/libxml-2.0.pc.in
@@ -8,6 +8,7 @@ Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
+Requires.private: liblzma
Libs: -L${libdir} -lxml2
2017-11-18 12:42:38 +00:00
Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@