kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
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
fe69b6b4 2017-04-12 08:18:20 add nc(1) manpage to install if enabled
df4451ae 2017-04-18 00:52:32 Fix pkg-config metadata for libcrypto It looks like this was copied and pasted from libssl.pc.in. This patch identifies it as libcrypto rather than libssl.
58e4acdb 2017-04-10 09:30:29 move crypto_portable.sym to builddir
b2a6ff75 2017-04-08 05:28:27 update manpage links