From: Tito Brasolin Date: Sat, 6 Jan 2018 14:25:29 +0000 (+0100) Subject: Fix -iconv/-no-iconv switch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a04ec9e180d1f5c0bc97da9f0fa83479366ca0cf;p=feed%2Fvideo.git Fix -iconv/-no-iconv switch See comment: https://github.com/openwrt/video/commit/e529dc6cc7de8c52e7c1a1033f9dca576ab3182a#r26652161 --- 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 \