Fix -iconv/-no-iconv switch

See comment:
https://github.com/openwrt/video/commit/e529dc6cc7de8c52e7c1a1033f9dca576ab3182a#r26652161
This commit is contained in:
Tito Brasolin
2018-01-06 15:25:29 +01:00
committed by GitHub
parent e611d59c05
commit a04ec9e180
+1 -1
View 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 \