aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/140-curl-fix-libressl-linking.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/cmake: update to 3.8.1Hannu Nyman2017-05-251-1/+1
| | | | | | | | | | * update cmake to 3.8.1 * refresh patches Release notes: https://cmake.org/cmake/help/v3.8/release/3.8.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools: cmake: link librt if needed (FS#381)Jo-Philipp Wich2017-01-111-0/+32
Patch cmakes cmcurl component to unconditionally link librt when we discover a clock_gettime() symbol in -lrt. This is required to sucessfully link LibreSSL's libcrypto which might or might not reqauire librt. Signed-off-by: Jo-Philipp Wich <jo@mein.io>