From 3198293e3fd04182f457cb76ff8c5b4ac1155103 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 27 Jun 2023 13:25:33 +0200 Subject: [PATCH] striconveh: Fix module description. * modules/striconveh (Link): Add $(LIBUNISTRING). * modules/striconveha (Link): New section. * modules/xstriconveh (Link): New section. --- ChangeLog | 7 +++++++ modules/striconveh | 1 + modules/striconveha | 4 ++++ modules/xstriconveh | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5238c4b464..1344509c55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-06-27 Bruno Haible + + striconveh: Fix module description. + * modules/striconveh (Link): Add $(LIBUNISTRING). + * modules/striconveha (Link): New section. + * modules/xstriconveh (Link): New section. + 2023-06-25 Bruno Haible strerrorname_np: Add support for Solaris 11.4/sparc. diff --git a/modules/striconveh b/modules/striconveh index 558e7c6f93..2702cec6c2 100644 --- a/modules/striconveh +++ b/modules/striconveh @@ -37,6 +37,7 @@ Include: "striconveh.h" Link: +$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise License: diff --git a/modules/striconveha b/modules/striconveha index 7e8ad88977..32328fb1f7 100644 --- a/modules/striconveha +++ b/modules/striconveha @@ -21,6 +21,10 @@ lib_SOURCES += striconveha.h striconveha.c Include: "striconveha.h" +Link: +$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPLv2+ diff --git a/modules/xstriconveh b/modules/xstriconveh index 4327156ba4..6a2b854851 100644 --- a/modules/xstriconveh +++ b/modules/xstriconveh @@ -18,6 +18,10 @@ lib_SOURCES += xstriconveh.c Include: "xstriconveh.h" +Link: +$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: GPL -- 2.39.5