Linux64 library update! (other platforms to come)

Curl 7.38
LibPNG 1.6.13
LLQTWebkit 4.8.6
OpenSSL 1.0.1j (Yep, this fixes POODLE)

Libraries provided by Alchemy Viewer.
This commit is contained in:
Lirusaito
2014-10-21 05:41:44 -04:00
parent 6c2871402d
commit bd94e2ae73
7 changed files with 45 additions and 15 deletions

View File

@@ -16,6 +16,8 @@ else (STANDALONE OR USE_SYSTEM_OPENSSL)
set(OPENSSL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
endif (STANDALONE OR USE_SYSTEM_OPENSSL)
if (LINUX OR DARWIN)
if (LINUX)
set(CRYPTO_LIBRARIES crypto dl)
elseif (DARWIN)
set(CRYPTO_LIBRARIES crypto)
endif (LINUX OR DARWIN)
endif (LINUX)