>From 065b9a04c6d5ac1fea6b776fe4faa650d385e187 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 15 Nov 2020 19:54:33 -0800 Subject: [PATCH] getumask-tests: port to Solaris 10 etc. Problem reported by Tom Christensen in: https://lists.gnu.org/r/bug-gnulib/2020-11/msg00062.html * modules/getumask-tests (test_getumask_LDADD): Add $(LIB_CLOCK_GETTIME). --- ChangeLog | 8 ++++++++ modules/getumask-tests | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 70e2f9dd2..8c4342fe5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2020-11-15 Paul Eggert + + getumask-tests: port to Solaris 10 etc. + Problem reported by Tom Christensen in: + https://lists.gnu.org/r/bug-gnulib/2020-11/msg00062.html + * modules/getumask-tests (test_getumask_LDADD): + Add $(LIB_CLOCK_GETTIME). + 2020-11-15 Akim Demaille bitset: use ffsl to accelerate iterations over set bits diff --git a/modules/getumask-tests b/modules/getumask-tests index 2968f37c5..efded3428 100644 --- a/modules/getumask-tests +++ b/modules/getumask-tests @@ -10,4 +10,4 @@ configure.ac: Makefile.am: TESTS += test-getumask check_PROGRAMS += test-getumask -test_getumask_LDADD = $(LDADD) $(LIB_GETRANDOM) +test_getumask_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_GETRANDOM) -- 2.25.1