asterisk13: add func_iconv
authorSebastian Kemper <sebastian_ml@gmx.net>
Fri, 1 Sep 2017 22:22:42 +0000 (00:22 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Fri, 1 Sep 2017 22:22:44 +0000 (00:22 +0200)
Add new module. Iconv is available in the toolchain, so it doesn't cost
anything. Don't add it when uclibc is used, because there an external
libiconv would be needed.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-13.x/Makefile

index 5cec32b31a96ea509116562239cfc5bc9cb0534d..cbf7f3d281457a26b7fd73b10ba0a1a675dc58b0 100644 (file)
@@ -389,6 +389,7 @@ $(eval $(call BuildAsterisk13Module,func-env,Environment functions,Environment d
 $(eval $(call BuildAsterisk13Module,func-extstate,Hinted extension state,retrieving the state of a hinted extension for dialplan control,,,func_extstate,,))
 $(eval $(call BuildAsterisk13Module,func-global,Global variable,global variable dialplan functions,,,func_global,,))
 $(eval $(call BuildAsterisk13Module,func-groupcount,Group count,for counting number of channels in the specified group,,,func_groupcount,,))
+$(eval $(call BuildAsterisk13Module,func-iconv,Charset conversion,charset conversion,@!USE_UCLIBC,,func_iconv,,))
 $(eval $(call BuildAsterisk13Module,func-math,Math functions,Math functions,,,func_math,,))
 $(eval $(call BuildAsterisk13Module,func-module,Simple module check function,Simple module check function,,,func_module,,))
 $(eval $(call BuildAsterisk13Module,func-periodic-hook,Periodic dialplan hooks,Execute a periodic dialplan hook into the audio of a call,,,func_periodic_hook,,))