summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-04-28 08:48:15 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-04-28 08:48:15 (GMT)
commitf40f6a12b94aa8e9b06de56f570eaa27368b9286 (patch)
tree8f694fa305a31ff94a9061d6ccb4ce8222009df3
parentc3077cb38a1ff57c3c8ecad1cdf0f5773b9c96d4 (diff)
downloadmxe-f40f6a12b94aa8e9b06de56f570eaa27368b9286.zip
mxe-f40f6a12b94aa8e9b06de56f570eaa27368b9286.tar.gz
mxe-f40f6a12b94aa8e9b06de56f570eaa27368b9286.tar.bz2
cleanup patch for package libidn
-rw-r--r--src/libidn-1-fix-pc.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libidn-1-fix-pc.patch b/src/libidn-1-fix-pc.patch
index 1a34401..5daf96d 100644
--- a/src/libidn-1-fix-pc.patch
+++ b/src/libidn-1-fix-pc.patch
@@ -1,14 +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/libidn/#bugs
--- a/libidn.pc.in
+++ b/libidn.pc.in
-@@ -19,5 +19,5 @@
- Description: IETF stringprep, nameprep, punycode, IDNA text processing.
+@@ -20,4 +20,5 @@
URL: http://www.gnu.org/software/libidn/
Version: @VERSION@
--Libs: -L${libdir} -lidn
-+Libs: -L${libdir} -lidn -liconv
+ Libs: -L${libdir} -lidn
++Libs.private: @LTLIBICONV@
Cflags: -I${includedir}