From fe9d7e2d663674e1e66c91672285f1760212ffae Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 3 Oct 2019 14:03:58 +0800 Subject: [PATCH] qt5: remove ssl support --- package/lean/qt5/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/lean/qt5/Makefile b/package/lean/qt5/Makefile index de4ec3bf6e..047d66cb6c 100644 --- a/package/lean/qt5/Makefile +++ b/package/lean/qt5/Makefile @@ -115,6 +115,7 @@ define Build/Configure -no-opengl \ -no-directfb \ -no-xcb \ + -no-ssl \ -qt-zlib \ -qt-pcre \ -qt-freetype \