diff options
author | pacien | 2018-02-10 15:12:45 +0100 |
---|---|---|
committer | pacien | 2018-02-10 15:12:45 +0100 |
commit | 0f2afcc01c26fc1b0e52e570cebac7dd3f514762 (patch) | |
tree | 94547f86b035bfa91432b5c1c8c15e020162e9bc /app/CMakeLists.txt | |
parent | 45d5ce3d872b2dfd0583ea44ab99eb15703f25c0 (diff) | |
download | tincapp-0f2afcc01c26fc1b0e52e570cebac7dd3f514762.tar.gz |
Update LibreSSL (2.6.4)
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r-- | app/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index a876e31..d46b88b 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -24,8 +24,8 @@ ExternalProject_Add( lzo | |||
24 | ) | 24 | ) |
25 | 25 | ||
26 | ExternalProject_Add( libressl | 26 | ExternalProject_Add( libressl |
27 | URL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.5.tar.gz | 27 | URL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.6.4.tar.gz |
28 | URL_HASH SHA256=e57f5e3d5842a81fe9351b6e817fcaf0a749ca4ef35a91465edba9e071dce7c4 | 28 | URL_HASH SHA256=638a20c2f9e99ee283a841cd787ab4d846d1880e180c4e96904fc327d419d11f |
29 | CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared | 29 | CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared |
30 | BUILD_COMMAND make -j8 -C crypto | 30 | BUILD_COMMAND make -j8 -C crypto |
31 | INSTALL_COMMAND make -C crypto install DESTDIR=${CMAKE_CURRENT_BINARY_DIR} && | 31 | INSTALL_COMMAND make -C crypto install DESTDIR=${CMAKE_CURRENT_BINARY_DIR} && |