]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Make it possible to add env var assignments as Configure options
authorRichard Levitte <levitte@openssl.org>
Wed, 29 Nov 2017 12:16:53 +0000 (13:16 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Dec 2017 23:36:21 +0000 (00:36 +0100)
commit89bea0830de908c6713166ff376ab767b91a2dfd
tree0b8b90da1ae0ad91a7111d2a9c14fdc2c62708c3
parent7ecdf18d80cba14ad1afa6c0d18574d2ad2929c3
Make it possible to add env var assignments as Configure options

In other words, make the following possible:

    ./config CC=clang

or

    ./Configure CC=clang linux-x86_64

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