This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=5a28dceb8876178a11f8dbb9148aed8e14b4e3a4 The branch, master has been updated via 5a28dceb8876178a11f8dbb9148aed8e14b4e3a4 (commit) from fed6dbd707975dbcc9e7e7817a377f058eef181d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5a28dceb8876178a11f8dbb9148aed8e14b4e3a4 Author: Simon Josefsson <[email protected]> Date: Thu Apr 28 15:21:45 2011 +0200 libidn: Add -liconv as static library requirement in libidn.pc, for MinGW. Reported by Volker Grabsch <[email protected]>. ----------------------------------------------------------------------- Summary of changes: NEWS | 3 +++ THANKS | 1 + libidn.pc.in | 1 + 3 files changed, 5 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 0aeba37..982755b 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ See the end for copying conditions. * Version 1.22 (unreleased) [?] +** libidn: Add -liconv as static library requirement in libidn.pc, for MinGW. +Reported by Volker Grabsch <[email protected]>. + ** build: Really distribute win32/libidn4win.mk. ** API and ABI is backwards compatible with the previous version. diff --git a/THANKS b/THANKS index 4128fad..bd38273 100644 --- a/THANKS +++ b/THANKS @@ -95,6 +95,7 @@ Stepan Golosunov <[email protected]> Roman Mamedov <[email protected]> Waqas Hussain <[email protected]> Guido Trentalancia <[email protected]> +Volker Grabsch <[email protected]> ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, diff --git a/libidn.pc.in b/libidn.pc.in index 8721509..50ad3ca 100644 --- a/libidn.pc.in +++ b/libidn.pc.in @@ -20,4 +20,5 @@ Description: IETF stringprep, nameprep, punycode, IDNA text processing. URL: http://www.gnu.org/software/libidn/ Version: @VERSION@ Libs: -L${libdir} -lidn +Libs.private: @LTLIBICONV@ Cflags: -I${includedir} hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
