changeset 13002:c7912be68eec

Fix link errors on Solaris 8.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Mar 2010 02:01:17 +0100
parents 9a36e14b484f
children 31b79f64a1b5
files ChangeLog modules/iconv-h-tests modules/search-tests modules/signal-tests modules/spawn-tests modules/stdio-tests modules/sys_select-tests modules/sys_socket-tests modules/sys_time-tests modules/wchar-tests
diffstat 10 files changed, 22 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2010-03-18  Bruno Haible  <bruno@clisp.org>
+
+	Fix link errors on Solaris 8.
+	* modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
+	* modules/search-tests (test_search_c___LDADD): Likewise.
+	* modules/signal-tests (test_signal_c___LDADD): Likewise.
+	* modules/spawn-tests (test_spawn_c___LDADD): Likewise.
+	* modules/stdio-tests (test_stdio_c___LDADD): Likewise.
+	* modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
+	* modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
+	* modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
+	* modules/wchar-tests (test_wchar_c___LDADD): Likewise.
+
 2010-03-18  Bruno Haible  <bruno@clisp.org>
 
 	Fix bug introduced on 2010-03-14.
--- a/modules/iconv-h-tests
+++ b/modules/iconv-h-tests
@@ -15,5 +15,5 @@
 TESTS += test-iconv-h-c++
 check_PROGRAMS += test-iconv-h-c++
 test_iconv_h_c___SOURCES = test-iconv-h-c++.cc
-test_iconv_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBICONV)
+test_iconv_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBICONV) $(LIB_NANOSLEEP)
 endif
--- a/modules/search-tests
+++ b/modules/search-tests
@@ -15,5 +15,5 @@
 TESTS += test-search-c++
 check_PROGRAMS += test-search-c++
 test_search_c___SOURCES = test-search-c++.cc
-test_search_c___LDADD = $(LDADD) $(LIBINTL)
+test_search_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
 endif
--- a/modules/signal-tests
+++ b/modules/signal-tests
@@ -16,5 +16,5 @@
 TESTS += test-signal-c++
 check_PROGRAMS += test-signal-c++
 test_signal_c___SOURCES = test-signal-c++.cc test-signal-c++2.cc
-test_signal_c___LDADD = $(LDADD) $(LIBINTL)
+test_signal_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
 endif
--- a/modules/spawn-tests
+++ b/modules/spawn-tests
@@ -15,5 +15,5 @@
 TESTS += test-spawn-c++
 check_PROGRAMS += test-spawn-c++
 test_spawn_c___SOURCES = test-spawn-c++.cc
-test_spawn_c___LDADD = $(LDADD) $(LIBINTL)
+test_spawn_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
 endif
--- a/modules/stdio-tests
+++ b/modules/stdio-tests
@@ -17,5 +17,5 @@
 TESTS += test-stdio-c++
 check_PROGRAMS += test-stdio-c++
 test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
-test_stdio_c___LDADD = $(LDADD) $(LIBINTL)
+test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
 endif
--- a/modules/sys_select-tests
+++ b/modules/sys_select-tests
@@ -15,5 +15,5 @@
 TESTS += test-sys_select-c++
 check_PROGRAMS += test-sys_select-c++
 test_sys_select_c___SOURCES = test-sys_select-c++.cc
-test_sys_select_c___LDADD = $(LDADD) $(LIBINTL)
+test_sys_select_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
 endif
--- a/modules/sys_socket-tests
+++ b/modules/sys_socket-tests
@@ -16,5 +16,5 @@
 TESTS += test-sys_socket-c++
 check_PROGRAMS += test-sys_socket-c++
 test_sys_socket_c___SOURCES = test-sys_socket-c++.cc
-test_sys_socket_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET)
+test_sys_socket_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(LIB_NANOSLEEP)
 endif
--- a/modules/sys_time-tests
+++ b/modules/sys_time-tests
@@ -15,5 +15,5 @@
 TESTS += test-sys_time-c++
 check_PROGRAMS += test-sys_time-c++
 test_sys_time_c___SOURCES = test-sys_time-c++.cc
-test_sys_time_c___LDADD = $(LDADD) $(LIBINTL)
+test_sys_time_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
 endif
--- a/modules/wchar-tests
+++ b/modules/wchar-tests
@@ -16,5 +16,5 @@
 TESTS += test-wchar-c++
 check_PROGRAMS += test-wchar-c++
 test_wchar_c___SOURCES = test-wchar-c++.cc
-test_wchar_c___LDADD = $(LDADD) $(LIBINTL)
+test_wchar_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
 endif