diff options
author | pacien | 2017-10-14 13:12:17 +0200 |
---|---|---|
committer | pacien | 2017-10-14 13:12:17 +0200 |
commit | 9c096e25edfcfc22f3bacc1106a9b240443d6753 (patch) | |
tree | 3d06831ca8889cdf1b537417b3e02895a77e81c8 /app/CMakeLists.txt | |
parent | cc40939a30ce3931fd17584c1e105e20bbdaf6ff (diff) | |
download | tincapp-9c096e25edfcfc22f3bacc1106a9b240443d6753.tar.gz |
Revert "update to latest libressl release 2.6.2": 2.6.2 is a devel release, latest stable remains 2.5.5 as of today.
This reverts commit f6311dc7be321a2f2251e397c4b1d860e570ee24.
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 d5dc21b..6d804b8 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.6.2.tar.gz | 27 | URL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.5.tar.gz |
28 | URL_HASH SHA256=b029d2492b72a9ba5b5fcd9f3d602c9fd0baa087912f2aaecc28f52f567ec478 | 28 | URL_HASH SHA256=e57f5e3d5842a81fe9351b6e817fcaf0a749ca4ef35a91465edba9e071dce7c4 |
29 | CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared ac_cv_func_getpagesize=yes | 29 | CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared ac_cv_func_getpagesize=yes |
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} && |