Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'auto/os/solaris')
-rw-r--r--auto/os/solaris2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/solaris b/auto/os/solaris
index f1ac0f91b..65bda26e0 100644
--- a/auto/os/solaris
+++ b/auto/os/solaris
@@ -4,7 +4,7 @@ CORE_DEPS="$UNIX_DEPS $SOLARIS_DEPS"
CORE_SRCS="$UNIX_SRCS $SOLARIS_SRCS "
EVENT_MODULES="$EVENT_MODULES"
-CORE_LIBS="$CORE_LIBS -lsocket -lnsl"
+CORE_LIBS="$CORE_LIBS -lsocket -lnsl -lrt"
# the Solaris's make support
MAKE_SL=YES