diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-05-08 22:18:25 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-25 19:01:07 +0200 |
commit | 1a0d52a733df1467c4b76c42a9612a8ab8c0c63a (patch) | |
tree | 31252c34a210df3c9a1b799a1d96b40ae65a440d /tools/cmake/patches/140-curl-fix-libressl-linking.patch | |
parent | 910df3f06cc902ca2cb0ca8e963e9354c930df1a (diff) | |
download | upstream-1a0d52a733df1467c4b76c42a9612a8ab8c0c63a.tar.gz upstream-1a0d52a733df1467c4b76c42a9612a8ab8c0c63a.tar.bz2 upstream-1a0d52a733df1467c4b76c42a9612a8ab8c0c63a.zip |
tools/cmake: update to 3.8.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>
Diffstat (limited to 'tools/cmake/patches/140-curl-fix-libressl-linking.patch')
-rw-r--r-- | tools/cmake/patches/140-curl-fix-libressl-linking.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/patches/140-curl-fix-libressl-linking.patch b/tools/cmake/patches/140-curl-fix-libressl-linking.patch index 5b57172eb4..c16e927ff3 100644 --- a/tools/cmake/patches/140-curl-fix-libressl-linking.patch +++ b/tools/cmake/patches/140-curl-fix-libressl-linking.patch @@ -19,7 +19,7 @@ and unconditionally link the rt library when the symbol is found. Signed-off-by: Jo-Philipp Wich <jo@mein.io> --- a/Utilities/cmcurl/CMakeLists.txt +++ b/Utilities/cmcurl/CMakeLists.txt -@@ -362,6 +362,10 @@ set(HAVE_LIBSSL OFF) +@@ -374,6 +374,10 @@ set(HAVE_LIBSSL OFF) if(CMAKE_USE_OPENSSL) find_package(OpenSSL) if(OPENSSL_FOUND) |