From a04ec9e180d1f5c0bc97da9f0fa83479366ca0cf Mon Sep 17 00:00:00 2001 From: Tito Brasolin Date: Sat, 6 Jan 2018 15:25:29 +0100 Subject: [PATCH] Fix -iconv/-no-iconv switch See comment: https://github.com/openwrt/video/commit/e529dc6cc7de8c52e7c1a1033f9dca576ab3182a#r26652161 --- frameworks/qt5base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/qt5base/Makefile b/frameworks/qt5base/Makefile index 0856dfd..e3d8c70 100644 --- a/frameworks/qt5base/Makefile +++ b/frameworks/qt5base/Makefile @@ -360,7 +360,7 @@ define Build/Configure -no-glib \ -eventfd \ -no-inotify \ - $(if $(CONFIG_BUILD_NLS),-no-iconv,-no-iconv) \ + $(if $(CONFIG_BUILD_NLS),-iconv,-no-iconv) \ -no-icu \ -system-pcre \ -system-zlib \ -- 2.30.2