kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
20101fd6 2015-03-31 08:36:21 avoid install failures on case-insensitive file systems
273bd7bd 2015-03-27 06:42:45 Use mandoc database to get man links. Previously, we semi-manually grabbed the MLINKS from the libressl Makefiles. The better way is to extract this information from the mandoc link database files directly, allowing for MLINKS to eventually go away upstream.
34bf96ce 2015-03-22 08:14:27 move define to CPPFLAGS
569177ea 2015-03-22 08:11:53 Merged support for using _OPENBSD_SOURCE on NetBSD 8.x
cc3bdea4 2015-03-22 08:03:02 copy remaining test harness dependencies
a34d319f 2015-03-22 07:53:18 copy memmem.c on update
ad2a38ab 2015-03-22 06:18:18 rework CFLAGS/CPPFLAGS settings during configuration Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly.
809fcf4e 2015-03-22 06:05:49 move clang flags adjustment next to the check, fix typo
4106a08d 2015-03-22 06:03:43 check for build tools earlier in configuration
989bc3e3 2015-03-22 05:49:58 the BIO_sock_init() patch is upstream.