From 77157f813248fb7dfd4d854ab85d107a1fe026b6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 8 Jul 2020 20:00:00 +0200 Subject: [PATCH 1/2] unicodeio: Document link requirements. * modules/unicodeio (Link): New section. --- ChangeLog | 5 +++++ modules/unicodeio | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9cac500..aa36674 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 8164ac4..51721db 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 -- 2.7.4