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/conf')
-rw-r--r--auto/os/conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/os/conf b/auto/os/conf
index 8c4739fbf..b48b6404d 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -39,6 +39,7 @@ case "$NGX_PLATFORM" in
CORE_INCS="$UNIX_INCS"
CORE_DEPS="$UNIX_DEPS $POSIX_DEPS"
CORE_SRCS="$UNIX_SRCS"
+ CRYPT_LIB="-lcrypt"
;;
esac