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 0aab1602cb95bdcb43319834aa82d8a650ca652d..ec152d054d900e9fa0da11c15835a27a8d6b4134 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index a49baa58f317dc603e34f8910c0f8787f69453af..c1a9639c2ee81c0ae86b91264074e2ec73e4119e 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