summaryrefslogtreecommitdiffstats
path: root/src/libarchive-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-02-14 11:47:28 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-02-14 11:47:28 (GMT)
commit1bc18a59bdafc89f1306e288c2fc209230236538 (patch)
tree6cf9ec45bca2df9781961eb8ea2c363eaf0054c0 /src/libarchive-1-fixes.patch
parentfeab1e1f642247d83a625e5546881015b91c08b6 (diff)
downloadmxe-1bc18a59bdafc89f1306e288c2fc209230236538.zip
mxe-1bc18a59bdafc89f1306e288c2fc209230236538.tar.gz
mxe-1bc18a59bdafc89f1306e288c2fc209230236538.tar.bz2
update package libarchive
Diffstat (limited to 'src/libarchive-1-fixes.patch')
-rw-r--r--src/libarchive-1-fixes.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libarchive-1-fixes.patch b/src/libarchive-1-fixes.patch
new file mode 100644
index 0000000..f4cb86b
--- /dev/null
+++ b/src/libarchive-1-fixes.patch
@@ -0,0 +1,24 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+Contains ad hoc patches for cross building.
+
+From 47b80beedcb3d8e6296e2d0b970bb0c82abb4424 Mon Sep 17 00:00:00 2001
+From: mingw-cross-env
+Date: Tue, 14 Feb 2012 12:40:24 +0100
+Subject: [PATCH] fix pkg-config
+
+
+diff --git a/build/pkgconfig/libarchive.pc.in b/build/pkgconfig/libarchive.pc.in
+index 95d7159..8288f31 100644
+--- a/build/pkgconfig/libarchive.pc.in
++++ b/build/pkgconfig/libarchive.pc.in
+@@ -8,4 +8,4 @@ Description: library that can create and read several streaming archive formats
+ Version: @VERSION@
+ Cflags: -I${includedir}
+ Libs: -L${libdir} -larchive
+-Libs.private: @LIBS@
++Libs.private: @LIBS@ -liconv
+--
+1.7.8.3
+