From 46b8d68dacc8daacc27fb6c91fc9a6c5551d9df4 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Thu, 12 Sep 2019 00:26:58 -0700 Subject: [PATCH] qt5:fix qBittorrent with ssl runtime crash --- package/lean/qt5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/qt5/Makefile b/package/lean/qt5/Makefile index bb6868fab..d675212a4 100644 --- a/package/lean/qt5/Makefile +++ b/package/lean/qt5/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt5 PKG_VERSION:=5.8 -PKG_RELEASE:=0 +PKG_RELEASE:=1 PKG_MD5SUM:=a9f2494f75f966e2f22358ec367d8f41 PKG_SOURCE:=qt-everywhere-opensource-src-$(PKG_VERSION).$(PKG_RELEASE).tar.gz @@ -115,7 +115,7 @@ define Build/Configure -no-opengl \ -no-directfb \ -no-xcb \ - -no-ssl \ + -openssl-runtime \ -qt-zlib \ -qt-pcre \ -qt-freetype \