initial import
This commit is contained in:
27
cyrus-sasl/fix-pkgconfig.patch
Normal file
27
cyrus-sasl/fix-pkgconfig.patch
Normal file
@@ -0,0 +1,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@
|
||||
Reference in New Issue
Block a user