summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-03-17 00:21:42 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-03-17 00:21:42 (GMT)
commit1a67006aed01dbae21625685d5302595475eb292 (patch)
tree02c92bef7b2ab5d70383b2b319666456eff731a3
parentf32de16f977cb82787ab31f07c8a94397155ea30 (diff)
downloadmxe-1a67006aed01dbae21625685d5302595475eb292.zip
mxe-1a67006aed01dbae21625685d5302595475eb292.tar.gz
mxe-1a67006aed01dbae21625685d5302595475eb292.tar.bz2
package libgasl: fix .pc file
-rw-r--r--src/libgsasl-1-fix-pc.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/libgsasl-1-fix-pc.patch b/src/libgsasl-1-fix-pc.patch
new file mode 100644
index 0000000..f50b8a9
--- /dev/null
+++ b/src/libgsasl-1-fix-pc.patch
@@ -0,0 +1,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
+ Cflags: -I${includedir}