]> Savannah Git Hosting - gnulib.git/commitdiff
getumask-tests: port to Solaris 10 etc.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Nov 2020 03:54:33 +0000 (19:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Nov 2020 03:58:46 +0000 (19:58 -0800)
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
modules/getumask-tests

index 70e2f9dd2b56e209c68ba8a411fab708b506a9db..8c4342fe54f1eb82495fcd54e1821a084439f43c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-11-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <akim@lrde.epita.fr>
 
        bitset: use ffsl to accelerate iterations over set bits
index 2968f37c51108e9b9023f032e51efaf5eba83541..efded3428fd5828285aa7c0f39411b281fdf2f19 100644 (file)
@@ -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)