view src/libgsasl-1-fix-pc.patch @ 1667:c0cf12e45d84

package libgasl: fix .pc file
author Mark Brand <mabrand@mabrand.nl>
date Thu, 17 Mar 2011 01:21:42 +0100
parents
children cff60848dd28
line wrap: on
line source

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
 Cflags: -I${includedir}