1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

unistd: Fix C++ link error on Solaris 8.

* modules/unistd-c++-tests (test_unistd_c___LDADD): Add $(LIB_EACCESS).
This commit is contained in:
Bruno Haible
2010-12-25 16:45:53 +01:00
parent b0290e621c
commit 099de65563
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View 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