aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-03-25 22:26:56 -0500
committerBrent Cook <bcook@openbsd.org>2018-03-25 22:26:56 -0500
commit0f0e25108079ff338dbd12acd676200290773993 (patch)
tree973d09cb29842f3e912f47f166641b716c3fb925 /README.md
parentcaeff2ee3778b6ea8aa33cc282b6481c557ae67e (diff)
parent55c0cacca0fe675a15389dc175088528a5d2cd00 (diff)
downloadportable-0f0e25108079ff338dbd12acd676200290773993.tar.gz
portable-0f0e25108079ff338dbd12acd676200290773993.tar.bz2
portable-0f0e25108079ff338dbd12acd676200290773993.zip
Merge branch 'master' into OPENBSD_6_3
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index feac096..b21dbef 100644
--- a/README.md
+++ b/README.md
@@ -143,9 +143,11 @@ into other projects or build by itself.
143| Option Name | Default | Description 143| Option Name | Default | Description
144| ------------ | -----: | ------ 144| ------------ | -----: | ------
145| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <br>```-DLIBRESSL_SKIP_INSTALL=ON``` | 145| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using <br>```-DLIBRESSL_SKIP_INSTALL=ON``` |
146| LIBRESSL_APPS | ON | allows skipping application builds. Apps are required to run tests |
147| LIBRESSL_TESTS | ON | allows skipping of tests. Tests are only available in static builds |
148| BUILD_SHARED_LIBS | OFF | CMake option for building shared libraries. |
146| ENABLE_ASM | ON | builds assembly optimized rules. | 149| ENABLE_ASM | ON | builds assembly optimized rules. |
147| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms | 150| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms |
148| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) | 151| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1) |
149| ENABLE_VSTEST | OFF | Enable test on Visual Studio |
150| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <br>```-DOPENSSLDIR=<dirname>``` | 152| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using <br>```-DOPENSSLDIR=<dirname>``` |
151 153