From: Bruno Haible Date: Wed, 8 Jul 2020 18:00:00 +0000 (+0200) Subject: unicodeio: Document link requirements. X-Git-Tag: v1.0~3893 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77157f813248fb7dfd4d854ab85d107a1fe026b6;p=thirdparty%2Fgnulib.git unicodeio: Document link requirements. * modules/unicodeio (Link): New section. --- diff --git a/ChangeLog b/ChangeLog index 9cac500fdf..aa36674461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-07-08 Bruno Haible + + unicodeio: Document link requirements. + * modules/unicodeio (Link): New section. + 2020-07-07 Bruno Haible doc: Remove support for some very old platforms. diff --git a/modules/unicodeio b/modules/unicodeio index 8164ac4e37..51721db72d 100644 --- a/modules/unicodeio +++ b/modules/unicodeio @@ -24,6 +24,9 @@ lib_SOURCES += unicodeio.h unicodeio.c Include: "unicodeio.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: GPL