]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
getlogin tests: Fix link error on musl libc.
authorBruno Haible <bruno@clisp.org>
Tue, 2 Sep 2025 13:48:04 +0000 (15:48 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 2 Sep 2025 13:48:04 +0000 (15:48 +0200)
* modules/getlogin-tests (Makefile.am): Link test-getlogin with
$(LIBINTL).

ChangeLog
modules/getlogin-tests

index 1750ef936f1f60389f1dbb11c200edd1084b8bcc..c42f89a07e0f3f24fa4b317f09b77d0cdaf243fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-09-02  Bruno Haible  <bruno@clisp.org>
+
+       getlogin tests: Fix link error on musl libc.
+       * modules/getlogin-tests (Makefile.am): Link test-getlogin with
+       $(LIBINTL).
+
 2025-09-02  Bruno Haible  <bruno@clisp.org>
 
        Clarify link dependency towards libintl on FreeBSD, Solaris, etc.
index 8637b2ea7e06ecdb40e5bf83fe4ce14ff93e5ae9..dd214a9e5486b5de899023d600e4111a2891dc08 100644 (file)
@@ -12,4 +12,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-getlogin
 check_PROGRAMS += test-getlogin
-test_getlogin_LDADD = $(LDADD) $(GETLOGIN_LIB)
+test_getlogin_LDADD = $(LDADD) $(GETLOGIN_LIB) $(LIBINTL)