changeset 13015:cf6badcbf27b

Fix link errors on Solaris 8.
author Bruno Haible <bruno@clisp.org>
date Sat, 20 Mar 2010 09:59:43 +0100
parents 6240e99d3e0c
children e627775450ed
files ChangeLog modules/dirent-tests modules/wctype-tests
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/dirent-tests
+++ b/modules/dirent-tests
@@ -15,5 +15,5 @@
 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
--- a/modules/wctype-tests
+++ b/modules/wctype-tests
@@ -16,5 +16,5 @@
 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