From: Bruno Haible Date: Sat, 20 Mar 2010 08:59:43 +0000 (+0100) Subject: Fix link errors on Solaris 8. X-Git-Tag: v0.1~4472 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=eb2f221a9932b256135686afb5e3e47a34561b8b;p=gnulib.git Fix link errors on Solaris 8. --- 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