kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
3471d201 2017-07-07 01:04:34 Fix formatting for description of openssldir and skip install; add <nobr> to prevent option hyphen wrapping
a61122ef 2017-07-07 01:01:08 Fix formatting for description of openssldir and skip install
360a67cd 2017-07-07 00:59:05 Add documentation about available CMake options.
a4d80ca5 2017-07-06 23:11:11 Merge branch 'master' of https://github.com/libressl-portable/portable into SkipInstall Fix merge conflicts from GNUInstallDirs merge to master.
33424537 2017-07-06 23:58:40 Land #323, use GNUInstallDirs from cmake to specify install paths
52080abb 2017-07-06 23:57:05 Land #326, fix tests/tlstest.bat argument order
322b8236 2017-07-07 01:40:35 fix tests/tlstest.bat
1f777716 2017-07-07 00:46:48 update netcat patch
2557dd74 2017-07-06 02:09:44 Add option LIBRESSL_SKIP_INSTALL Internally LIBRESSL_SKIP_INSTALL, if not set becomes ENABLE_LIBRESSL_INSTALL so this by default is enabled. defining LIBRESSL_SKIP_INSTALL before hand will disable all install() rules. This is useful if another project includes and links to this statically. I chose to add a prefix to avoid potential name collision because the options are cached globally. If the installation is skipped, maybe it should also disable building apps? I didn't do that.
a2bd5eba 2017-07-06 01:49:43 use GNUInstallDirs from cmake to specify install paths. Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.