From 784522377ec160bc148ff3bb40fb87ede7506d5d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 12 Oct 2005 13:50:36 +0000 Subject: nginx-0.3.2-RELEASE import *) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives. --- auto/lib/openssl/conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'auto/lib/openssl/conf') diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index c8c47e2b9..0370fe084 100644 --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -36,6 +36,12 @@ else if [ $ngx_found = yes ]; then CORE_LIBS="$CORE_LIBS $ngx_feature_libs" OPENSSL=YES + + case "$NGX_SYSTEM" in + SunOS) + CORE_LIBS="$CORE_LIBS -ldl" + ;; + esac fi fi -- cgit