diff options
author | Rich Salz <rsalz@akamai.com> | 2021-05-12 16:42:46 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-05-14 08:35:11 +0200 |
commit | d0364dcc42b151cfc08d860efb15cd48d87302c6 (patch) | |
tree | b0ab006adc348a626a559438d75a1d6a4f384bcf /INSTALL.md | |
parent | check i2d_ASN1_TYPE return value (diff) | |
download | openssl-d0364dcc42b151cfc08d860efb15cd48d87302c6.tar.xz openssl-d0364dcc42b151cfc08d860efb15cd48d87302c6.zip |
Add --banner config option
Use it in the automated workflows.
Fixes: #15247
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15248)
Diffstat (limited to '')
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index f89e1aed53..1855dcd128 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -578,6 +578,11 @@ as configuration option, you must ensure that it's valid for both the C and the C++ compiler. If not, the C++ build test will most likely break. As an alternative, you can use the language specific variables, `CFLAGS` and `CXXFLAGS`. +### --banner=text + +Use the specified text instead of the default banner at the end of +configuration. + ### no-bulk Build only some minimal set of features. |