# HG changeset patch # User Bruno Haible # Date 1211892341 -7200 # Node ID 7581db129a3236f378459afde972b7b91d23b37a # Parent 4c9de4cfa18892fd2ef9d6a5a8174e24de9b111c Mention the link requirements. diff -r 4c9de4cfa188 -r 7581db129a32 ChangeLog --- a/ChangeLog Mon May 26 19:29:50 2008 +0200 +++ b/ChangeLog Tue May 27 14:45:41 2008 +0200 @@ -1,3 +1,13 @@ +2008-05-27 Bruno Haible + + * modules/iconv_open (Link): New section, from module 'iconv'. + * modules/striconv (Link): Likewise. + * modules/striconveh (Link): Likewise. + * modules/xstriconv (Link): Likewise. + * modules/unicodeio (Link): Likewise. + * modules/propername (Link): Likewise. + Reported by Jim Meyering. + 2008-05-26 Jim Meyering sha256: do not artificially restrict buffer length to be < 2^32 diff -r 4c9de4cfa188 -r 7581db129a32 modules/iconv_open --- a/modules/iconv_open Mon May 26 19:29:50 2008 +0200 +++ b/modules/iconv_open Tue May 27 14:45:41 2008 +0200 @@ -61,6 +61,9 @@ Include: +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPLv2+ diff -r 4c9de4cfa188 -r 7581db129a32 modules/propername --- a/modules/propername Mon May 26 19:29:50 2008 +0200 +++ b/modules/propername Tue May 27 14:45:41 2008 +0200 @@ -35,6 +35,9 @@ Include: "propername.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: GPL diff -r 4c9de4cfa188 -r 7581db129a32 modules/striconv --- a/modules/striconv Mon May 26 19:29:50 2008 +0200 +++ b/modules/striconv Tue May 27 14:45:41 2008 +0200 @@ -26,6 +26,9 @@ Include: "striconv.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPLv2+ diff -r 4c9de4cfa188 -r 7581db129a32 modules/striconveh --- a/modules/striconveh Mon May 26 19:29:50 2008 +0200 +++ b/modules/striconveh Tue May 27 14:45:41 2008 +0200 @@ -33,6 +33,9 @@ Include: "striconveh.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPL diff -r 4c9de4cfa188 -r 7581db129a32 modules/unicodeio --- a/modules/unicodeio Mon May 26 19:29:50 2008 +0200 +++ b/modules/unicodeio Tue May 27 14:45:41 2008 +0200 @@ -22,6 +22,9 @@ Include: "unicodeio.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: GPL diff -r 4c9de4cfa188 -r 7581db129a32 modules/xstriconv --- a/modules/xstriconv Mon May 26 19:29:50 2008 +0200 +++ b/modules/xstriconv Tue May 27 14:45:41 2008 +0200 @@ -18,6 +18,9 @@ Include: "xstriconv.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: GPL