From f1daedcb4c6c653dfc2936847dfe55f5a076d94b Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 23 Mar 2025 20:32:01 -0700 Subject: [PATCH] mountlist tests: Fix link error. (regr. 2025-03-18). * modules/mountlist-tests (Makefile.am): Link the test program with LIBINTL. --- ChangeLog | 4 ++++ modules/mountlist-tests | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c849ceb122..4d5c7f8770 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2025-03-23 Collin Funk + mountlist tests: Fix link error. (regr. 2025-03-18). + * modules/mountlist-tests (Makefile.am): Link the test program with + LIBINTL. + utimens: Fix missing declarations on NetBSD (regr. 2024-09-16). * lib/utimens.h [HAVE_UTIMENS || HAVE_LUTIMENS]: Include instead of for the declarations of these functions on diff --git a/modules/mountlist-tests b/modules/mountlist-tests index d44f23ef9c..4573f039bf 100644 --- a/modules/mountlist-tests +++ b/modules/mountlist-tests @@ -9,3 +9,4 @@ configure.ac: Makefile.am: TESTS += test-mountlist check_PROGRAMS += test-mountlist +test_mountlist_LDADD = $(LDADD) @LIBINTL@ -- 2.39.5