* modules/getlogin-tests (Makefile.am): Link test-getlogin with
$(LIBINTL).
+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.
Makefile.am:
TESTS += test-getlogin
check_PROGRAMS += test-getlogin
-test_getlogin_LDADD = $(LDADD) $(GETLOGIN_LIB)
+test_getlogin_LDADD = $(LDADD) $(GETLOGIN_LIB) $(LIBINTL)