Fix link errors on Solaris 8.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Mar 2010 01:01:17 +0000 (02:01 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Mar 2010 01:01:17 +0000 (02:01 +0100)
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

index 5e29ad37f529cf3c8bfa5827db7e9f46194aa7ed..58be46ae6a0566479f12244a5c3b97984b1b324d 100644 (file)
--- 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.
index e00dd32d228fa2e08f9ef13534a04f09a03472e8..8f23ad1f300306bc9c1a31aed4a0f0c86506b1c9 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 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
index 8172fcb40a76fd83d6e0ba33c5026641002da635..09445ab7d51a83772c7171aa9f52588d2601fd5e 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 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
index 9c79b0100c022ae2cc0bc5538d0572e8f8d145f5..7c3e1508313be9f76eb1066d2a9ac08f57f960bf 100644 (file)
@@ -16,5 +16,5 @@ if ANSICXX
 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
index f416226dccbe49afb5adea0c9f6e5e243edf22d3..18dfae2f7bcd446ed299b70e9d6a6da070e0bdd1 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 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
index 327780d6687f79f7ff05b45091eb33875214b7e2..63301818698e7639fb875eb5aef905bd09cbb5dd 100644 (file)
@@ -17,5 +17,5 @@ if ANSICXX
 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
index 227bfc1634aff6778e88f6e3818047c09321fe18..6e7a5be14ba10b1651c6e5e62f45e2efc18b6a14 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 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
index 07ea2f6c36004311e36d2fa8a1eb59871857864c..14af735c3703068a20ac625984eef237f45d9fbe 100644 (file)
@@ -16,5 +16,5 @@ if ANSICXX
 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
index 722499e8b57d3d706549e21972df62b96818123f..67e8fa65611ad4b0e090d1374df0d7633100f6ac 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 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
index 14ed4c483fab6c0d6b2c1ba564c446dd7a7df8d9..63d6c1ec224b2aa60fd6a972f98029b0b08bd238 100644 (file)
@@ -16,5 +16,5 @@ if ANSICXX
 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