Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 97478266 | 2015-10-11 16:46:55 | Use bundled headers instead of installed headers when building The build system incorrectly set include directives in AM_CFLAGS which causes them to be placed after the configured CPPFLAGS. Thus, if a user or packaging system sets CPPFLAGS to a location that has libressl or openssl headers installed, they will be used instead of the bundled versions. This corrects that issue by setting up the variables correctly. https://github.com/libressl-portable/portable/issues/150 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> | ||
| 0e7a252d | 2015-09-11 17:11:37 | update changelog for 2.2.4 | ||
| 0c125d1e | 2015-09-11 17:10:11 | bump version to 2.2.4 | ||
| e953fdbb | 2015-09-11 09:11:08 | add -lrt check for linux | ||
| 14fbc410 | 2015-09-11 09:10:57 | speed up builds without killing os x perhaps | ||
| f927fc2a | 2015-09-11 08:03:56 | add cmake test support | ||
| 5c164446 | 2015-09-08 22:50:34 | Small README typo | ||
| b8853fd0 | 2015-09-10 07:18:08 | ensure headers are sanitized before release When a public header is removed, we need to ensure it gets removed in the release distribution as well. Also, remove nonexistent *.he exclude. | ||
| aad86fe1 | 2015-09-09 06:01:52 | remove support for old MSVC versions, KNF | ||
| 72039968 | 2015-09-09 05:15:06 | Do not build lib-objects targets if we are just building static libs. This confuses some cmake targets. |