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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user