Fix link errors on Solaris 8.
authorBruno Haible <bruno@clisp.org>
Sat, 20 Mar 2010 08:59:43 +0000 (09:59 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 20 Mar 2010 08:59:43 +0000 (09:59 +0100)
ChangeLog
modules/dirent-tests
modules/wctype-tests

index 56b0987..4270e21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-20  Bruno Haible  <bruno@clisp.org>
+
+       Fix link errors on Solaris 8.
+       * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
+       * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
+
 2010-03-19  Jim Meyering  <meyering@redhat.com>
 
        regcomp.c: make non-_LIBC implementation of build_range_exp consistent
index 4dd0d7b..1058c4e 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 TESTS += test-dirent-c++
 check_PROGRAMS += test-dirent-c++
 test_dirent_c___SOURCES = test-dirent-c++.cc
-test_dirent_c___LDADD = $(LDADD) $(LIBINTL)
+test_dirent_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
 endif
index 353d787..d9d282d 100644 (file)
@@ -16,5 +16,5 @@ if ANSICXX
 TESTS += test-wctype-c++
 check_PROGRAMS += test-wctype-c++
 test_wctype_c___SOURCES = test-wctype-c++.cc
-test_wctype_c___LDADD = $(LDADD) $(LIBINTL)
+test_wctype_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
 endif