summaryrefslogtreecommitdiffstats
path: root/abs/core/libsasl/fix-pkgconfig.patch
blob: 3b1c38ec46804927f54456c2295f8f8bf30ec294 (plain)
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
26
27
From 3f42b7d7f3ef52056c79b31529d1a5be695c74c1 Mon Sep 17 00:00:00 2001
From: Ignacio Casal Quinteiro <icq@gnome.org>
Date: Fri, 20 Nov 2015 11:16:31 +0100
Subject: [PATCH] Fix up pkgconfig pc file

---
 libsasl2.pc.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/libsasl2.pc.in b/libsasl2.pc.in
index 40bea37..ddad76d 100644
--- a/libsasl2.pc.in
+++ b/libsasl2.pc.in
@@ -1,8 +1,12 @@
-libdir = @libdir@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
 
 Name: Cyrus SASL
 Description: Cyrus SASL implementation
 URL: http://www.cyrussasl.org/
 Version: @VERSION@
+Cflags: -I${includedir}
 Libs: -L${libdir} -lsasl2
 Libs.private: @LIB_DOOR@ @SASL_DL_LIB@ @LIBS@