diff options
author | Steve Huston <shuston@riverace.com> | 2006-05-06 10:29:51 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2006-05-06 10:29:51 +0000 |
commit | f4fcfd2bfc2b1fbcc0256c8d4ebcc613c57195a0 (patch) | |
tree | 908973c49231cd6badec848da69ca25b094724f9 /include/makeinclude | |
parent | b95fb7d5e111bbab58b9aa5fa62d7ecf6f3da6a7 (diff) | |
download | ATCD-f4fcfd2bfc2b1fbcc0256c8d4ebcc613c57195a0.tar.gz |
ChangeLogTag:Sat May 6 10:23:13 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_sunos5_sunc++.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
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 |