]> git.ipfire.org Git - thirdparty/openssl.git/commit
Added ability to pass additional ASFLAGS to Configure
authorMathias Berchtold <mberchtold@gmail.com>
Sat, 22 Apr 2023 23:10:26 +0000 (17:10 -0600)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Apr 2023 10:09:27 +0000 (12:09 +0200)
commitd9b811dc01992adcc19ce400f38adc0eb7de2a0b
tree52138f2328bfab402eceb019a2089f8b35e2474f
parent3155b5a90e6ad9c7369d09e70e81686f4b321a73
Added ability to pass additional ASFLAGS to Configure

This allows additional command line options to be passed to the assembler.

For example:
Configure VC-WIN64A ASFLAGS=--reproducible

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20813)
Configure