Welcome! Log In Create A New Profile

Advanced

[njs] Improved discovery of OpenSSL libraries.

Dmitry Volyntsev
December 30, 2021 08:32AM
details: https://hg.nginx.org/njs/rev/9b112a44e540
branches:
changeset: 1798:9b112a44e540
user: Dmitry Volyntsev <xeioex@nginx.com>
date: Wed Dec 29 18:26:40 2021 +0000
description:
Improved discovery of OpenSSL libraries.

Trying to link again the library using --cc-opt and --ld-opt before
attempting to use the default.

This change is similar to 9e2e4d04dfc4 (0.7.1) made for PCRE.

diffstat:

auto/openssl | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r c714088503bc -r 9b112a44e540 auto/openssl
--- a/auto/openssl Wed Dec 29 17:20:09 2021 +0000
+++ b/auto/openssl Wed Dec 29 18:26:40 2021 +0000
@@ -13,7 +13,7 @@ if [ $NJS_OPENSSL = YES ]; then
njs_feature_name=NJS_HAVE_OPENSSL
njs_feature_run=yes
njs_feature_incs=
- njs_feature_libs="-lcrypto"
+ njs_feature_libs=""
njs_feature_test="#include <openssl/evp.h>

int main() {
@@ -24,6 +24,13 @@ if [ $NJS_OPENSSL = YES ]; then
}"
. auto/feature

+ if [ $njs_found = no ]; then
+ njs_feature="OpenSSL library -lcrypto"
+ njs_feature_libs="-lcrypto"
+
+ . auto/feature
+ fi
+

if [ $njs_found = yes ]; then
njs_feature="OpenSSL version"
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[njs] Improved discovery of OpenSSL libraries.

Dmitry Volyntsev 531 December 30, 2021 08:32AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 293
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready