Merge pull request #9 from titobrasolin/patch-1

Fix -iconv/-no-iconv switch
This commit is contained in:
Mirko Vogt
2018-01-15 13:02:18 +01:00
committed by GitHub

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 \