aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/120-curl-fix-libressl-linking.patch
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-07-22 18:31:38 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-07-29 10:08:20 +0200
commitb078229412e37ccf9ca8d9a437af6b8861bd2dbb (patch)
tree47c4b73fea2b1089537064e857d0673ffad8159d /tools/cmake/patches/120-curl-fix-libressl-linking.patch
parenta07730472c49c1f7bb56afa3eb8be23e6e87b4f1 (diff)
downloadupstream-b078229412e37ccf9ca8d9a437af6b8861bd2dbb.tar.gz
upstream-b078229412e37ccf9ca8d9a437af6b8861bd2dbb.tar.bz2
upstream-b078229412e37ccf9ca8d9a437af6b8861bd2dbb.zip
tools/cmake: Update to 3.12.0
Update cmake to 3.12.0 Remove 140-curl-fix-libressl.patch as fix is in upstream Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/cmake/patches/120-curl-fix-libressl-linking.patch')
-rw-r--r--tools/cmake/patches/120-curl-fix-libressl-linking.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/patches/120-curl-fix-libressl-linking.patch b/tools/cmake/patches/120-curl-fix-libressl-linking.patch
index a345a8c16a..20c5052cce 100644
--- a/tools/cmake/patches/120-curl-fix-libressl-linking.patch
+++ b/tools/cmake/patches/120-curl-fix-libressl-linking.patch
@@ -20,7 +20,7 @@ Signed-off-by: Jo-Philipp Wich <jo@mein.io>
---
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
-@@ -461,6 +461,14 @@ if(CMAKE_USE_OPENSSL)
+@@ -452,6 +452,14 @@ if(CMAKE_USE_OPENSSL)
set(USE_OPENSSL ON)
set(HAVE_LIBCRYPTO ON)
set(HAVE_LIBSSL ON)