aboutsummaryrefslogtreecommitdiff
path: root/tls (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-06Add option LIBRESSL_SKIP_INSTALLd3x0r1-2/+6
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.
2017-06-15Fix CMake module include pathMatt Stancliff1-1/+1
Need to search the current directory, not the overall project root directory if this is being included as a sub-dependency of another project.
2017-06-11re-add getpagesize fallback, needed for AndroidBrent Cook1-2/+8
2017-06-09Remove misleading CFLAGS / LDFLAGS.Paul Graham1-2/+0
These variables were being ignored because libtool doesn't pass -static-libgcc to GCC. If you want to link libgcc statically, currently the only way to achieve this is to manually add -static-libgcc to CC variable. See: http://www.mingw.org/wiki/HOWTO_Sneak_GCC_Switches_Past_Libtool
2017-06-03update nc patchBrent Cook1-22/+30