From: Bernd Kuhls Date: Fri, 17 Mar 2017 19:23:06 +0000 (+0100) Subject: package/freeswitch: disable display of ClueCon banner in fs_cli X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=848370091c8ab54b22b7b05c472ef5c5c02e3185;p=buildroot.git package/freeswitch: disable display of ClueCon banner in fs_cli Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk index 081b99fee8..fe4db68fe2 100644 --- a/package/freeswitch/freeswitch.mk +++ b/package/freeswitch/freeswitch.mk @@ -37,6 +37,10 @@ FREESWITCH_DEPENDENCIES = \ util-linux \ zlib +# disable display of ClueCon banner in fs_cli +FREESWITCH_CONF_ENV += \ + disable_cc=yes + # we neither need host-perl nor host-php FREESWITCH_CONF_ENV += \ ac_cv_prog_PERL=false \