From: Bruno Haible Date: Sat, 20 Mar 2010 08:59:43 +0000 (+0100) Subject: Fix link errors on Solaris 8. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2f221a9932b256135686afb5e3e47a34561b8b;p=pspp Fix link errors on Solaris 8. --- diff --git a/ChangeLog b/ChangeLog index 56b098722a..4270e21efa 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 4dd0d7b4c8..1058c4ed0f 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 353d787820..d9d282d731 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