From: Corey Farrell Date: Thu, 2 Nov 2017 07:11:32 +0000 (-0400) Subject: Add missing menuselect dependencies. X-Git-Tag: 13.19.0-rc1~168^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c35740ba1bb5f6986910d57393290d828b03641;p=thirdparty%2Fasterisk.git Add missing menuselect dependencies. This adds menuselect dependencies for modules that use symbols of other modules. ASTERISK-27390 Change-Id: Ia2d2849f5b87a72af7324a82edc3f283eafb5385 --- diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 24ce3b6ef5..b1579a70ac 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -34,6 +34,7 @@ */ /*** MODULEINFO + func_periodic_hook core ***/ diff --git a/bridges/bridge_builtin_features.c b/bridges/bridge_builtin_features.c index 43cf2c9713..37310f6c97 100644 --- a/bridges/bridge_builtin_features.c +++ b/bridges/bridge_builtin_features.c @@ -26,6 +26,7 @@ */ /*** MODULEINFO + res_monitor core ***/ diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index f422aae436..e618ee8075 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -52,7 +52,7 @@ */ /*** MODULEINFO - crypto + res_crypto core ***/ diff --git a/channels/chan_rtp.c b/channels/chan_rtp.c index 2ab8414806..4ab496e36c 100644 --- a/channels/chan_rtp.c +++ b/channels/chan_rtp.c @@ -28,6 +28,7 @@ */ /*** MODULEINFO + res_rtp_multicast core ***/ diff --git a/funcs/func_aes.c b/funcs/func_aes.c index f4a8d06b71..a0e7d5bd95 100644 --- a/funcs/func_aes.c +++ b/funcs/func_aes.c @@ -23,7 +23,7 @@ */ /*** MODULEINFO - crypto + res_crypto core ***/ diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index ff4fa3f304..bd999e42a4 100644 --- a/pbx/pbx_dundi.c +++ b/pbx/pbx_dundi.c @@ -32,7 +32,7 @@ /*** MODULEINFO zlib - crypto + res_crypto extended ***/ diff --git a/res/ari/resource_events.c b/res/ari/resource_events.c index 535ce70eea..0281446767 100644 --- a/res/ari/resource_events.c +++ b/res/ari/resource_events.c @@ -23,6 +23,11 @@ * \author David M. Lee, II */ +/*** MODULEINFO + res_http_websocket + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/res/res_agi.c b/res/res_agi.c index d7ea3510c2..3ea0cd329a 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -25,6 +25,7 @@ */ /*** MODULEINFO + res_speech core ***/ diff --git a/res/res_ari.c b/res/res_ari.c index 1ac5327358..e4b7970650 100644 --- a/res/res_ari.c +++ b/res/res_ari.c @@ -73,6 +73,7 @@ /*** MODULEINFO res_http_websocket + res_stasis core ***/ diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 04fd603a45..1fce19b8a3 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -51,6 +51,7 @@ res_sorcery_config res_sorcery_memory res_sorcery_astdb + res_statsd core ***/ diff --git a/res/res_pjsip_outbound_publish.c b/res/res_pjsip_outbound_publish.c index a9f92331be..1c73a09779 100644 --- a/res/res_pjsip_outbound_publish.c +++ b/res/res_pjsip_outbound_publish.c @@ -18,6 +18,7 @@ /*** MODULEINFO pjproject + res_pjproject res_pjsip core ***/ diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c index 0fed59fdce..731a1a9398 100644 --- a/res/res_pjsip_outbound_registration.c +++ b/res/res_pjsip_outbound_registration.c @@ -19,6 +19,7 @@ /*** MODULEINFO pjproject res_pjsip + res_statsd core ***/ diff --git a/res/res_pjsip_publish_asterisk.c b/res/res_pjsip_publish_asterisk.c index fa5e4ced71..72e1e4d7e4 100644 --- a/res/res_pjsip_publish_asterisk.c +++ b/res/res_pjsip_publish_asterisk.c @@ -20,6 +20,7 @@ pjproject res_pjsip res_pjsip_outbound_publish + res_pjsip_pubsub core ***/ diff --git a/tests/test_utils.c b/tests/test_utils.c index e4f6e0a524..98cf063dbe 100644 --- a/tests/test_utils.c +++ b/tests/test_utils.c @@ -27,6 +27,8 @@ /*** MODULEINFO TEST_FRAMEWORK + res_agi + res_crypto core ***/