Fix -iconv/-no-iconv switch 9/head
authorTito Brasolin <tito.brasolin@gmail.com>
Sat, 6 Jan 2018 14:25:29 +0000 (15:25 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2018 14:25:29 +0000 (15:25 +0100)
See comment:
https://github.com/openwrt/video/commit/e529dc6cc7de8c52e7c1a1033f9dca576ab3182a#r26652161

frameworks/qt5base/Makefile

index 0856dfde765595369a2f6dd9c47af4fe5ca3b900..e3d8c7007c9860e0a65e81fe1cfa16ebc3f134bb 100644 (file)
@@ -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 \