update patch libcrypto
This commit is contained in:
parent
2c584f25b3
commit
967db4ce02
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt
|
diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt
|
||||||
index 43054b63e..4e422c0b5 100644
|
index 4e5292f2a..40cc432b8 100644
|
||||||
--- a/code/CMakeLists.txt
|
--- a/code/CMakeLists.txt
|
||||||
+++ b/code/CMakeLists.txt
|
+++ b/code/CMakeLists.txt
|
||||||
@@ -445,6 +445,20 @@ IF(WITH_NEL)
|
@@ -244,6 +244,20 @@ IF(WITH_NEL)
|
||||||
SET(CURL_LIBRARIES ${CURL_LIBRARIES} ${IDN_LIBRARY})
|
LIST(APPEND CURL_LIBRARIES ${IDN_LIBRARY})
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
+ # Solve issue : "md5.c:(.text+0x12): undefined reference to `MD5_Init'
|
+ # Solve issue : "md5.c:(.text+0x12): undefined reference to `MD5_Init'
|
||||||
|
@ -20,6 +20,6 @@ index 43054b63e..4e422c0b5 100644
|
||||||
+ ENDIF()
|
+ ENDIF()
|
||||||
+ 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)
|
IF(APPLE)
|
||||||
FIND_LIBRARY(INTL_LIBRARY intl)
|
FIND_LIBRARY(INTL_LIBRARY intl)
|
||||||
|
|
Loading…
Reference in a new issue