unistd: Fix C++ link error on Solaris 8.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 15:45:53 +0000 (16:45 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 15:45:53 +0000 (16:45 +0100)
* modules/unistd-c++-tests (test_unistd_c___LDADD): Add $(LIB_EACCESS).

ChangeLog
modules/unistd-c++-tests

index 0aab160..ec152d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-12-25  Bruno Haible  <bruno@clisp.org>
 
+       unistd: Fix C++ link error on Solaris 8.
+       * modules/unistd-c++-tests (test_unistd_c___LDADD): Add $(LIB_EACCESS).
+
+2010-12-25  Bruno Haible  <bruno@clisp.org>
+
        readlink doc: Mention an old glibc bug.
        * doc/posix-functions/readlink.texi: Mention glibc 2.4 bug (BZ #2450).
 
index a49baa5..c1a9639 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 TESTS += test-unistd-c++
 check_PROGRAMS += test-unistd-c++
 test_unistd_c___SOURCES = test-unistd-c++.cc
-test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIBSOCKET)
+test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIBSOCKET)
 endif