Fix -iconv/-no-iconv switch

See comment:
e529dc6cc7 (r26652161)
This commit is contained in:
Tito Brasolin
2018-01-06 15:25:29 +01:00
committed by GitHub
parent e611d59c05
commit a04ec9e180

View File

@@ -360,7 +360,7 @@ define Build/Configure
-no-glib \ -no-glib \
-eventfd \ -eventfd \
-no-inotify \ -no-inotify \
$(if $(CONFIG_BUILD_NLS),-no-iconv,-no-iconv) \ $(if $(CONFIG_BUILD_NLS),-iconv,-no-iconv) \
-no-icu \ -no-icu \
-system-pcre \ -system-pcre \
-system-zlib \ -system-zlib \