aboutsummaryrefslogtreecommitdiff
path: root/tls (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-06use GNUInstallDirs from cmake to specify install paths.d3x0r1-2/+2
Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
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