Welcome! Log In Create A New Profile

Advanced

OpenSSL needs `make depend` for certain build options

Kelly Kane
July 04, 2015 03:06PM
# HG changeset patch
# User Kelly Kane <kelly.kane@hawknetworks.com>
# Date 1436031726 25200
# Sat Jul 04 10:42:06 2015 -0700
# Node ID ded8ac7d639ef8cf26cb350fa7ef98
665fa60019
# Parent 114d1f8cdcabe5c7552b518c4d7ac0a7e98930c1
OpenSSL requires `make depend` for some build options.

OpenSSL requires `make depend` for some build options. Blindly call it just
in case.

diff -r 114d1f8cdcab -r ded8ac7d639e auto/lib/openssl/make
--- a/auto/lib/openssl/make Thu Jul 02 17:20:29 2015 +0300
+++ b/auto/lib/openssl/make Sat Jul 04 10:42:06 2015 -0700
@@ -52,6 +52,7 @@
cd $OPENSSL \\
&& if [ -f Makefile ]; then \$(MAKE) clean; fi \\
&& ./config --prefix=$ngx_prefix no-shared $OPENSSL_OPT \\
+ && \$(MAKE) depend \\
&& \$(MAKE) \\
&& \$(MAKE) install LIBDIR=lib
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

OpenSSL needs `make depend` for certain build options

Kelly Kane 871 July 04, 2015 03:06PM

Re: OpenSSL needs `make depend` for certain build options

Maxim Dounin 411 July 08, 2015 10:24AM



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

Online Users

Guests: 186
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