Magellan Linux

Contents of /trunk/mariadb/patches/mariadb-10.1.38-openssl-1.1-update.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3319 - (show annotations) (download)
Tue Mar 12 14:31:29 2019 UTC (5 years, 1 month ago) by niro
File size: 537 byte(s)
-updated 10.1.34 patch
1 diff -Naur mariadb-10.1.38/cmake/ssl.cmake mariadb-10.1.38-openssl-1.1/cmake/ssl.cmake
2 --- mariadb-10.1.38/cmake/ssl.cmake 2019-02-04 18:02:08.000000000 +0100
3 +++ mariadb-10.1.38-openssl-1.1/cmake/ssl.cmake 2019-03-12 15:29:02.604210813 +0100
4 @@ -190,7 +190,7 @@
5 }" OLD_OPENSSL_API)
6 SET(CMAKE_REQUIRED_INCLUDES)
7 IF(OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES AND
8 - OLD_OPENSSL_API AND
9 + OPENSSL_MAJOR_VERSION STRLESS "102" AND
10 CRYPTO_LIBRARY AND HAVE_SHA512_DIGEST_LENGTH)
11
12 SET(SSL_SOURCES "")