From 59dc4d76eb3453e66c42a2828a627995ab42ea47 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Tue, 29 Oct 2019 23:25:11 +0800 Subject: [PATCH] qt5: disable ssl --- package/lean/qt5/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/lean/qt5/Makefile b/package/lean/qt5/Makefile index ffe5866d03..fac3191bd5 100644 --- a/package/lean/qt5/Makefile +++ b/package/lean/qt5/Makefile @@ -126,7 +126,8 @@ define Build/Configure -no-opengl \ -no-directfb \ -no-xcb \ - -openssl-runtime \ + -no-ssl \ + -qt-pcre \ -qt-zlib \ -qt-freetype \ -make libs \ @@ -157,7 +158,7 @@ define Build/Compile STAGING_DIR="$(STAGING_DIR)" \ STAGING_DIR_HOST="$(STAGING_DIR)/../host" \ PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \ - $(MAKE) -j4 -C $(PKG_BUILD_DIR) + $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) endef define Build/InstallDev