From: Bruno Haible Date: Sat, 25 Dec 2010 15:45:53 +0000 (+0100) Subject: unistd: Fix C++ link error on Solaris 8. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=099de655631be3cddd61631b3e831a5a6f9e6e55;p=pspp unistd: Fix C++ link error on Solaris 8. * modules/unistd-c++-tests (test_unistd_c___LDADD): Add $(LIB_EACCESS). --- diff --git a/ChangeLog b/ChangeLog index 0aab1602cb..ec152d054d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-25 Bruno Haible + + unistd: Fix C++ link error on Solaris 8. + * modules/unistd-c++-tests (test_unistd_c___LDADD): Add $(LIB_EACCESS). + 2010-12-25 Bruno Haible readlink doc: Mention an old glibc bug. diff --git a/modules/unistd-c++-tests b/modules/unistd-c++-tests index a49baa58f3..c1a9639c2e 100644 --- a/modules/unistd-c++-tests +++ b/modules/unistd-c++-tests @@ -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