mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
qt5:fix qBittorrent with ssl runtime crash
This commit is contained in:
parent
b6f5ffdf18
commit
46b8d68dac
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user