]> git.ipfire.org Git - thirdparty/openssl.git/commit
Have all relevant config targets use the env() function rather than $ENV
authorRichard Levitte <levitte@openssl.org>
Wed, 29 Nov 2017 16:41:10 +0000 (17:41 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Dec 2017 23:36:21 +0000 (00:36 +0100)
commit17f1661724480b720f718d455b997b5fa52be424
tree615f79435433143d2439dbdced88a13edbe96eba
parent1786733e51d1aa9fc0ef70a20fef148bf78694d6
Have all relevant config targets use the env() function rather than $ENV

This way, any of the relevant environment variables for the platform
being configured are preserved and don't have to be recalled manually
when reconfiguring.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4818)
Configurations/10-main.conf