changeset 1796:7602d4778178

cleanup patch for package libidn
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 28 Apr 2011 10:48:15 +0200
parents 8a99fd79542e
children 81e1428aadfe
files src/libidn-1-fix-pc.patch
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/libidn-1-fix-pc.patch	Thu Apr 28 09:01:33 2011 +0200
+++ b/src/libidn-1-fix-pc.patch	Thu Apr 28 10:48:15 2011 +0200
@@ -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}