Skip to content
Snippets Groups Projects
Commit d05c0e10 authored by Raymond Toy's avatar Raymond Toy
Browse files

Solaris needs -lrt to get nanosleep

Forgot to add -lrt to linker.sh so that we can create executables on
solaris.  This is needed to get nanosleep.
parent 7d7c46c9
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ case $uname_s in
OPT_EXTRA="-Bdynamic"
# See Config.sparc_sunc
OS_LIBS="-lsocket -lnsl -ldl"
OS_LIBS="-lsocket -lnsl -ldl -lrt"
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment