From 89ff2d1ed74700d5c345aa124a96f085e228c423 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Wed, 13 Jun 2012 20:26:07 +0000 Subject: [PATCH] Mark res_smdi/res_adsi as 'core' supported modules Recently, various issues surrounding weak symbols have caused problems with modules that rely on that feature to be enabled in menuselect. This includes app_voicemail and chan_dahdi, as they both rely upon res_smdi and res_adsi, which, in certain circumstances, may not be enabled by default in menuselect. Because res_smdi/res_adsi are dependencies for chan_dahdi/app_voicemail, this patch marks both as 'core' supported modules. This will allow both app_voicemail and chan_dahdi to be enabled as well, regardless of whether or not that system supports weak symbols. (issue AST-900) Reported by: Thomas Arimont (issue AST-885) Reported by: Denis Alberto Martinez git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@368894 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_adsi.c | 2 +- res/res_smdi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/res_adsi.c b/res/res_adsi.c index 0235bea1a2..05174def87 100644 --- a/res/res_adsi.c +++ b/res/res_adsi.c @@ -31,7 +31,7 @@ */ /*** MODULEINFO - extended + core ***/ #include "asterisk.h" diff --git a/res/res_smdi.c b/res/res_smdi.c index 98f465a0c9..27f71fece9 100644 --- a/res/res_smdi.c +++ b/res/res_smdi.c @@ -32,7 +32,7 @@ */ /*** MODULEINFO - extended + core ***/ #include "asterisk.h" -- 2.47.2