From 3f0c255b8eb33d154609619c42375afd263b7cd9 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 30 Nov 2019 02:05:52 +0800 Subject: [PATCH] qt5: switch to openssl-linked to compile with openssl1.1 --- package/lean/qt5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/qt5/Makefile b/package/lean/qt5/Makefile index 89ffa4efa2..8d51639e12 100644 --- a/package/lean/qt5/Makefile +++ b/package/lean/qt5/Makefile @@ -84,7 +84,7 @@ CONFIGURE_ARGS = \ -system-pcre \ -system-zlib \ -no-slog2 \ - -openssl-runtime \ + -openssl-linked \ -no-cups \ -no-freetype \ -no-harfbuzz \