summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-05-06 10:29:51 +0000
committerSteve Huston <shuston@riverace.com>2006-05-06 10:29:51 +0000
commitd769165e11dc222474042015eb9066ce67fa5903 (patch)
tree908973c49231cd6badec848da69ca25b094724f9
parente28e7bc1804bd5e53671906ba43a1d147e164f49 (diff)
downloadATCD-d769165e11dc222474042015eb9066ce67fa5903.tar.gz
ChangeLogTag:Sat May 6 10:23:13 UTC 2006 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog8
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU2
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a9dd2e05c6..ca68aa83a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+Sat May 6 10:23:13 UTC 2006 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/platform_sunos5_sunc++.GNU: Add -lrt -laio to
+ the LIBS. The Proactor framework needs this; I'm not sure why it
+ never showed up until static builds were run.
+
Tue Apr 25 10:22:16 2006 Douglas C. Schmidt <schmidt@cse.wustl.edu>
* ace/OS_NS_string.cpp (strerror): Do a sanity check to make sure
- errnum >= 0 and < _sys_nerr and set errno to EINAVL if things
+ errnum >= 0 and < _sys_nerr and set errno to EINVAL if things
are not sane. Thanks to Aleksandar Vukajlovic <vukajlo at
finsoft dot co dot yu> for this fix.
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index 31d0705e471..e301e507a4c 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -266,7 +266,7 @@ ifeq ($(shell /bin/uname -r),5.10)
# Solaris 10 puts sendfile() in a separate library.
LIBS += -lsendfile
endif
-LIBS += -lsocket -ldl -lnsl -lgen -lposix4 -ladm
+LIBS += -lsocket -lrt -laio -ldl -lnsl -lgen -lposix4 -ladm
LDFLAGS += -xildoff