aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/150-libarchive-fix-libressl-compat.patch
Commit message (Collapse)AuthorAgeFilesLines
* cmake: update to version 3.7.1Felix Fietkau2017-01-051-22/+0
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools: cmake: fix compatibility with LibreSSL as wellJo-Philipp Wich2016-12-011-0/+22
Sadly, LibreSSL claims to be OpenSSL v2.0.0 while not providing the new interfaces introduced with OpenSSL v1.1.x, so extend the pre-OpenSSL 1.1.x compat checks to consider LibreSSL as well. Signed-off-by: Jo-Philipp Wich <jo@mein.io>