From 1786733e51d1aa9fc0ef70a20fef148bf78694d6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 29 Nov 2017 13:23:07 +0100 Subject: [PATCH 1/1] Document the possibility for command line argument env assignments Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4818) --- CHANGES | 4 ++++ INSTALL | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index cbae96d62e..691cbcdf68 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,10 @@ Changes between 1.1.0f and 1.1.1 [xx XXX xxxx] + *) Make it possible to have environment variable assignments as + arguments to config / Configure. + [Richard Levitte] + *) Add multi-prime RSA (RFC 8017) support. [Paul Yang] diff --git a/INSTALL b/INSTALL index 9e67014cd6..9ef09f22fb 100644 --- a/INSTALL +++ b/INSTALL @@ -532,6 +532,14 @@ passed through as they are to the compiler as well. Again, consult your compiler documentation. + VAR=value + Assignment if environment variable for Configure. These + work just like normal environment variable assignments, + but are supported on all platforms and are confined to + the configuration scripts only. These assignments override + the corresponding value in the inherited environment, if + there is one. + Installation in Detail ---------------------- -- 2.34.1