summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-04-28 09:28:10 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-04-28 09:28:10 (GMT)
commitd7531909a6eb7f07c6b3b026ad0d9623c1326e8b (patch)
treef93ea9d4650ae767976e428c5a67c9b3c23feb5a /src
parent004b96aa7d38879618aff2a546b6464faf218a62 (diff)
downloadmxe-d7531909a6eb7f07c6b3b026ad0d9623c1326e8b.zip
mxe-d7531909a6eb7f07c6b3b026ad0d9623c1326e8b.tar.gz
mxe-d7531909a6eb7f07c6b3b026ad0d9623c1326e8b.tar.bz2
cleanup patch for package libgsasl
Diffstat (limited to 'src')
-rw-r--r--src/libgsasl-1-fix-pc.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/libgsasl-1-fix-pc.patch b/src/libgsasl-1-fix-pc.patch
index 4964b10..a93032c 100644
--- a/src/libgsasl-1-fix-pc.patch
+++ b/src/libgsasl-1-fix-pc.patch
@@ -1,16 +1,14 @@
This file is part of mingw-cross-env.
See doc/index.html for further information.
-Hack to use pkg-config with static linking.
+This patch has been proposed to upstream:
+http://www.gnu.org/software/gsasl/#bugs
-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)
+@@ -15,4 +15,5 @@
URL: http://www.gnu.org/software/gsasl/
Version: @VERSION@
--Libs: -L${libdir} -lgsasl
-+Libs: -L${libdir} -lgsasl -lidn -lntlm -lgcrypt -lgpg-error
+ Libs: -L${libdir} -lgsasl
++Libs.private: @LTLIBGCRYPT@ @LTLIBIDN@ @LTLIBNTLM@
Cflags: -I${includedir}