update patch to include libcrypto on build

This commit is contained in:
AleaJactaEst 2018-03-17 17:39:52 +01:00
parent 37c3128c2a
commit d6226b41b0

View file

@ -1,5 +1,5 @@
--- code/CMakeLists.txt 2018-03-11 15:14:14.921459798 +0100 --- code/CMakeLists.txt-old 2018-03-11 15:14:14.921459798 +0100
+++ code/CMakeLists.txt-libcrypto 2018-03-17 16:37:45.862885882 +0100 +++ code/CMakeLists.txt 2018-03-17 16:37:45.862885882 +0100
@@ -440,6 +440,20 @@ @@ -440,6 +440,20 @@
SET(CURL_LIBRARIES ${CURL_LIBRARIES} ${IDN_LIBRARY}) SET(CURL_LIBRARIES ${CURL_LIBRARIES} ${IDN_LIBRARY})
ENDIF() ENDIF()