changeset 14026:646806b29340

unistd: Fix C++ link error on Solaris 8. * modules/unistd-c++-tests (test_unistd_c___LDADD): Add $(LIB_EACCESS).
author Bruno Haible <bruno@clisp.org>
date Sat, 25 Dec 2010 16:45:53 +0100
parents 0804093d3d53
children 5e4ea8b4bde8
files ChangeLog modules/unistd-c++-tests
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/unistd-c++-tests
+++ b/modules/unistd-c++-tests
@@ -15,5 +15,5 @@
 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