summaryrefslogtreecommitdiffstats
path: root/src/libgsasl-1-fix-pc.patch
blob: 4964b10b03e13c930bd0b428ca3c2785dc150ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This file is part of mingw-cross-env.
See doc/index.html for further information.

Hack to use pkg-config with static linking.

diff --git a/libgsasl.pc.in b/libgsasl.pc.in
index bbfed53..8d97241 100644
--- a/libgsasl.pc.in
+++ b/libgsasl.pc.in
@@ -14,5 +14,5 @@ Name: libgsasl
 Description: GNU Simple Authentication and Security Layer (SASL)
 URL: http://www.gnu.org/software/gsasl/
 Version: @VERSION@
-Libs: -L${libdir} -lgsasl
+Libs: -L${libdir} -lgsasl -lidn -lntlm -lgcrypt -lgpg-error
 Cflags: -I${includedir}