summaryrefslogtreecommitdiffstats
path: root/archive-libs/zlib/0001-fix-zlib.pc-install-path.patch
blob: 9f2b9b93b99974d9f73162d6504381ddc2bf6823 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From c332e2d5043252d9a9b523b8aed9490a43339433 Mon Sep 17 00:00:00 2001
From: Florian Franzmann <bwlf@bandrate.org>
Date: Fri, 13 Jan 2017 20:41:39 +0100
Subject: [PATCH] fix zlib.pc install path

---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 1852192..fd061cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,7 +52,7 @@ sharedlibdir = ${libdir}
 includedir = ${prefix}/include
 mandir = ${prefix}/share/man
 man3dir = ${mandir}/man3
-pkgconfigdir = ${libdir}/pkgconfig
+pkgconfigdir = ${prefix}/lib/pkgconfig
 SRCDIR=
 ZINC=
 ZINCOUT=-I.
-- 
2.11.0