From 0c3efef53a3b7e4d4ba2e012436d3266ea80ab85 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 30 Nov 2019 01:09:19 +0800 Subject: [PATCH] qt5: patch 030: delete space --- .../patches/030-qtbase-fix-compile-with-openssl1.1.1.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/lean/qt5/patches/030-qtbase-fix-compile-with-openssl1.1.1.patch b/package/lean/qt5/patches/030-qtbase-fix-compile-with-openssl1.1.1.patch index b8b97183b9..4998dc725a 100644 --- a/package/lean/qt5/patches/030-qtbase-fix-compile-with-openssl1.1.1.patch +++ b/package/lean/qt5/patches/030-qtbase-fix-compile-with-openssl1.1.1.patch @@ -9,15 +9,15 @@ index 6c8a9e8f19..d33b62389c 100644 --- a/qtbase/config.tests/openssl/openssl.cpp +++ b/qtbase/config.tests/openssl/openssl.cpp @@ -39,8 +39,8 @@ - + #include - + -#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x10000000L || OPENSSL_VERSION_NUMBER-0 >= 0x10100000L -# error "OpenSSL >= 1.0.0 and < 1.1.0 is required" +#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x10000000L +# error "OpenSSL >= 1.0.0 is required" #endif - + #include diff --git a/qtbase/config.tests/openssl11/openssl.cpp b/qtbase/config.tests/openssl11/openssl.cpp new file mode 100644