summaryrefslogtreecommitdiffstats
path: root/src/freexl-1-fixes.patch
blob: 27a1a6828f775177a0f1b8be3bd1e58f66ddfa7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This file is part of MXE. See LICENSE.md for licensing information.

Contains ad hoc patches for cross building.

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Luke Potgieter <fried.roadkill+ght@gmail.com>
Date: Mon, 2 Oct 2017 15:32:20 +0200
Subject: [PATCH 1/1] Add static dependency to .pc file


diff --git a/freexl.pc.in b/freexl.pc.in
index 1111111..2222222 100644
--- a/freexl.pc.in
+++ b/freexl.pc.in
@@ -8,5 +8,5 @@ includedir=@includedir@
 Name: freexl
 Description: a simple library extracting data from .xls (Excel BIFF) files
 Version: @VERSION@
-Libs: -L${libdir} -lfreexl -lm
+Libs: -L${libdir} -lfreexl -liconv -lm
 Cflags: -I${includedir}