~ chicken-core (chicken-5) 0570c729a83d0ce1d53b4952df546220ae28b7e9
commit 0570c729a83d0ce1d53b4952df546220ae28b7e9 Author: mikele <mikele.chicken@lamonaca.net> AuthorDate: Mon Jan 21 21:04:44 2013 +0100 Commit: Jim Ursetto <zbigniewsz@gmail.com> CommitDate: Mon Jan 21 22:51:51 2013 -0600 added missing library (-lrt) for nanosleep calls (#970) Signed-off-by: felix <felix@call-with-current-continuation.org> Signed-off-by: Jim Ursetto <zbigniewsz@gmail.com> diff --git a/Makefile.solaris b/Makefile.solaris index 8228a680..99f98263 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -82,7 +82,7 @@ LINKER_LINK_SHARED_LIBRARY_OPTIONS = -shared LINKER_LINK_SHARED_DLOADABLE_OPTIONS = -shared -Wl,-R"$(RUNTIME_LINKER_PATH)" -Wl,-L. LINKER_LINK_SHARED_PROGRAM_OPTIONS = -Wl,-R"$(RUNTIME_LINKER_PATH)" endif -LIBRARIES = -lsocket -lnsl -lm -ldl +LIBRARIES = -lsocket -lnsl -lm -ldl -lrt NEEDS_RELINKING = yes # special filesTrap