summaryrefslogtreecommitdiffstats
path: root/src/libxml2-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-06-16 17:48:04 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-16 17:48:04 (GMT)
commit9cb4fbbfc51cc0c0718f2827c04263080d4f76ec (patch)
tree70c9e313c6267bb5fcd6ca8d1669cd8bdb0bc08f /src/libxml2-1-fixes.patch
parent52680c28f7eb5da0f1d6e647c577eeafad138925 (diff)
downloadmxe-9cb4fbbfc51cc0c0718f2827c04263080d4f76ec.zip
mxe-9cb4fbbfc51cc0c0718f2827c04263080d4f76ec.tar.gz
mxe-9cb4fbbfc51cc0c0718f2827c04263080d4f76ec.tar.bz2
package libxml2: reckon with new xz dependency
Diffstat (limited to 'src/libxml2-1-fixes.patch')
-rw-r--r--src/libxml2-1-fixes.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libxml2-1-fixes.patch b/src/libxml2-1-fixes.patch
new file mode 100644
index 0000000..2cf3186
--- /dev/null
+++ b/src/libxml2-1-fixes.patch
@@ -0,0 +1,24 @@
+From 8c3eedd79a80d08a1634ad09d4e343da7dc14759 Mon Sep 17 00:00:00 2001
+From: Mark Brand <mabrand@mabrand.nl>
+Date: Sat, 16 Jun 2012 19:44:21 +0200
+Subject: [PATCH] .pc requires.private liblzma
+
+---
+ libxml-2.0.pc.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
+index 31a1b8c..44e3cbf 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
+ Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
+ Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@
+--
+1.7.10.4
+