From 967db4ce02a2580515b7e0b6c4601a88aa7c1070 Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Sun, 4 Nov 2018 16:18:02 +0100 Subject: [PATCH] update patch libcrypto --- patch/libcrypto.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patch/libcrypto.patch b/patch/libcrypto.patch index daacdde3e..acb4d9b2a 100644 --- a/patch/libcrypto.patch +++ b/patch/libcrypto.patch @@ -1,9 +1,9 @@ diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt -index 43054b63e..4e422c0b5 100644 +index 4e5292f2a..40cc432b8 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt -@@ -445,6 +445,20 @@ IF(WITH_NEL) - SET(CURL_LIBRARIES ${CURL_LIBRARIES} ${IDN_LIBRARY}) +@@ -244,6 +244,20 @@ IF(WITH_NEL) + LIST(APPEND CURL_LIBRARIES ${IDN_LIBRARY}) ENDIF() + # Solve issue : "md5.c:(.text+0x12): undefined reference to `MD5_Init' @@ -20,6 +20,6 @@ index 43054b63e..4e422c0b5 100644 + ENDIF() + ENDIF() + - # CURL Macports version depends on libidn, libintl and libiconv too + # CURL Macports version can depend on libidn, libidn2, libintl, libpsl and libiconv too IF(APPLE) FIND_LIBRARY(INTL_LIBRARY intl)