update patch libcrypto

This commit is contained in:
AleaJactaEst 2018-11-04 16:18:02 +01:00
parent 2c584f25b3
commit 967db4ce02

View file

@ -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)