From: Bruno Haible Date: Tue, 2 Sep 2025 14:05:31 +0000 (+0200) Subject: Clarify link dependency towards libiconv. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a61720ae88718316f79625c714b70d7fb13672c;p=thirdparty%2Fgnulib.git Clarify link dependency towards libiconv. * modules/propername (Link): Document requirement to link with $(LIBICONV) or $(LTLIBICONV). * modules/xstriconv (Link): Likewise. --- diff --git a/ChangeLog b/ChangeLog index c42f89a07e..ebf3d3946b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-09-02 Bruno Haible + + Clarify link dependency towards libiconv. + * modules/propername (Link): Document requirement to link with + $(LIBICONV) or $(LTLIBICONV). + * modules/xstriconv (Link): Likewise. + 2025-09-02 Bruno Haible getlogin tests: Fix link error on musl libc. diff --git a/modules/propername b/modules/propername index fe9eb20026..427eec7896 100644 --- a/modules/propername +++ b/modules/propername @@ -35,6 +35,7 @@ $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise $(MBRTOWC_LIB) $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise License: GPL diff --git a/modules/xstriconv b/modules/xstriconv index afe83ab27a..77ebd98d7d 100644 --- a/modules/xstriconv +++ b/modules/xstriconv @@ -20,6 +20,7 @@ Include: Link: $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise License: GPL