From: Paul Eggert Date: Mon, 16 Nov 2020 03:54:33 +0000 (-0800) Subject: getumask-tests: port to Solaris 10 etc. X-Git-Tag: v1.0~3508 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=065b9a04c6d5ac1fea6b776fe4faa650d385e187;p=gnulib.git 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). --- diff --git a/ChangeLog b/ChangeLog index 70e2f9dd2b..8c4342fe54 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 2968f37c51..efded3428f 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)