diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-12-09 01:38:28 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-12-09 01:38:28 (GMT) |
commit | b12b7ead05e64aadf1566cf684e2e4876ccdd0e0 (patch) | |
tree | 4eec89165d6207230514bc838ff8deac6d115c48 /src | |
parent | 6d05c319d1f3ff8a00449541933adba4d587c051 (diff) | |
download | mxe-b12b7ead05e64aadf1566cf684e2e4876ccdd0e0.zip mxe-b12b7ead05e64aadf1566cf684e2e4876ccdd0e0.tar.gz mxe-b12b7ead05e64aadf1566cf684e2e4876ccdd0e0.tar.bz2 |
libarchive: remove merged patch
Diffstat (limited to 'src')
-rw-r--r-- | src/libarchive-1-fixes.patch | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/src/libarchive-1-fixes.patch b/src/libarchive-1-fixes.patch index 7ebff5e..b4adac0 100644 --- a/src/libarchive-1-fixes.patch +++ b/src/libarchive-1-fixes.patch @@ -5,7 +5,7 @@ Contains ad hoc patches for cross building. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: "fix@me" <fix@me> Date: Tue, 14 Feb 2012 12:40:24 +0100 -Subject: [PATCH 1/2] fix pkg-config +Subject: [PATCH 1/1] fix pkg-config diff --git a/build/pkgconfig/libarchive.pc.in b/build/pkgconfig/libarchive.pc.in @@ -18,23 +18,3 @@ index 1111111..2222222 100644 Libs: -L${libdir} -larchive -Libs.private: @LIBS@ +Libs.private: @LIBS@ -liconv - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Tony Theodore <tonyt@logyst.com> -Date: Sun, 13 Aug 2017 14:38:47 +1000 -Subject: [PATCH 2/2] libarchive.pc.in: add Cflags.private for static linking - -taken from: -https://github.com/libarchive/libarchive/pull/934 - -diff --git a/build/pkgconfig/libarchive.pc.in b/build/pkgconfig/libarchive.pc.in -index 1111111..2222222 100644 ---- a/build/pkgconfig/libarchive.pc.in -+++ b/build/pkgconfig/libarchive.pc.in -@@ -7,5 +7,6 @@ Name: libarchive - Description: library that can create and read several streaming archive formats - Version: @VERSION@ - Cflags: -I${includedir} -+Cflags.private: -DLIBARCHIVE_STATIC - Libs: -L${libdir} -larchive - Libs.private: @LIBS@ -liconv |