From eb2f221a9932b256135686afb5e3e47a34561b8b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 20 Mar 2010 09:59:43 +0100 Subject: [PATCH] Fix link errors on Solaris 8. --- ChangeLog | 6 ++++++ modules/dirent-tests | 2 +- modules/wctype-tests | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56b098722..4270e21ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-03-20 Bruno Haible + + 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 regcomp.c: make non-_LIBC implementation of build_range_exp consistent diff --git a/modules/dirent-tests b/modules/dirent-tests index 4dd0d7b4c..1058c4ed0 100644 --- a/modules/dirent-tests +++ b/modules/dirent-tests @@ -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 diff --git a/modules/wctype-tests b/modules/wctype-tests index 353d78782..d9d282d73 100644 --- a/modules/wctype-tests +++ b/modules/wctype-tests @@ -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 -- 2.11.0