mxe/src/libarchive-1-fixes.patch

21 lines
652 B
Diff
Raw Permalink Normal View History

This file is part of MXE. See LICENSE.md for licensing information.
2012-02-14 11:47:28 +00:00
Contains ad hoc patches for cross building.
2017-07-24 06:37:45 +01:00
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "fix@me" <fix@me>
2012-02-14 11:47:28 +00:00
Date: Tue, 14 Feb 2012 12:40:24 +0100
2018-12-09 01:38:28 +00:00
Subject: [PATCH 1/1] fix pkg-config
2012-02-14 11:47:28 +00:00
diff --git a/build/pkgconfig/libarchive.pc.in b/build/pkgconfig/libarchive.pc.in
2017-07-24 06:37:45 +01:00
index 1111111..2222222 100644
2012-02-14 11:47:28 +00:00
--- a/build/pkgconfig/libarchive.pc.in
+++ b/build/pkgconfig/libarchive.pc.in
2019-08-26 11:32:06 +01:00
@@ -9,4 +9,4 @@ Version: @VERSION@
2012-02-14 11:47:28 +00:00
Cflags: -I${includedir}
2019-08-26 11:32:06 +01:00
Cflags.private: -DLIBARCHIVE_STATIC
2012-02-14 11:47:28 +00:00
Libs: -L${libdir} -larchive
-Libs.private: @LIBS@
+Libs.private: @LIBS@ -liconv