diff options
author | Richard Levitte <levitte@openssl.org> | 2017-06-22 00:47:49 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-06-22 01:24:54 +0200 |
commit | 906eb3d0316194681ddac09bfa7d1e5143dcb616 (patch) | |
tree | c26853a3a2a7f1379b48ca64ff5dbe5c372ead70 /Configurations/README | |
parent | Remove duplicate see also reference to BIO_s_mem. (diff) | |
download | openssl-906eb3d0316194681ddac09bfa7d1e5143dcb616.tar.xz openssl-906eb3d0316194681ddac09bfa7d1e5143dcb616.zip |
Configure: give config targets the possibility to enable or disable features
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3745)
Diffstat (limited to 'Configurations/README')
-rw-r--r-- | Configurations/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Configurations/README b/Configurations/README index 92ff1ace7f..40fcc45a32 100644 --- a/Configurations/README +++ b/Configurations/README @@ -34,6 +34,13 @@ In each table entry, the following keys are significant: sys_id => System identity for systems where that is difficult to determine automatically. + enable => Enable specific configuration features. + This MUST be an array of words. + disable => Disable specific configuration features. + This MUST be an array of words. + Note: if the same feature is both enabled + and disabled, disable wins. + cc => The C compiler command, usually one of "cc", "gcc" or "clang". This command is normally also used to link object files and |