kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
9a1e5a56 2017-07-09 10:59:21 remove duplicate entry
79f5ca9b 2017-07-09 05:57:37 Updated changelog
de9ea11a 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.
3cf0bc12 2017-06-15 23:11:13 Fix CMake module include path Need to search the current directory, not the overall project root directory if this is being included as a sub-dependency of another project.
f3e7ad5b 2017-06-09 13:33:14 Remove misleading CFLAGS / LDFLAGS. 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
da995141 2017-06-11 11:21:34 re-add getpagesize fallback, needed for Android
9834f621 2017-04-30 23:07:47 remove OPENSSL_ia32cap_P from crypto.sym when generated
b09eba6a 2017-04-30 20:59:06 add 2.5.4 changelog
c402f387 2017-04-29 18:37:18 include amd64 in the mix
6a1cc149 2017-04-29 18:24:35 only include ia32 syms on i?86/x86_64 targets