aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/120-curl-fix-libressl-linking.patch
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-08-21 23:04:58 +0200
committerDaniel Golle <daniel@makrotopia.org>2022-09-07 04:22:39 +0100
commite12504a4d0180dd4c6d148c92e49b452a8c245b1 (patch)
treefc816399797097e12298154829a8033a9d157bd1 /tools/cmake/patches/120-curl-fix-libressl-linking.patch
parent017aea00164edca28b87910ef725a18262bac1b2 (diff)
downloadupstream-e12504a4d0180dd4c6d148c92e49b452a8c245b1.tar.gz
upstream-e12504a4d0180dd4c6d148c92e49b452a8c245b1.tar.bz2
upstream-e12504a4d0180dd4c6d148c92e49b452a8c245b1.zip
tools/cmake: refresh patches
Previous commit forgot to refresh the patches. This commit refreshes the patches: - 120-curl-fix-libressl-linking.patch - 130-bootstrap_parallel_make_flag.patch Fixes: 3b2f19271cc2 ("tools/cmake: update to 3.24.1") Signed-off-by: Nick Hainke <vincent@systemli.org>
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 fd05d106c8..6ef37c22cb 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
-@@ -565,6 +565,14 @@ if(CMAKE_USE_OPENSSL)
+@@ -594,6 +594,14 @@ if(CURL_USE_OPENSSL)
endif()
set(SSL_ENABLED ON)
set(USE_OPENSSL ON)