From: Tilghman Lesher Date: Tue, 5 Jul 2011 22:11:40 +0000 (+0000) Subject: Merged revisions 326411 via svnmerge from X-Git-Tag: 11.0.0-beta1~1403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d179abfd427f81c2d49efd4ecc6ac02fba8934a;p=thirdparty%2Fasterisk.git Merged revisions 326411 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r326411 | tilghman | 2011-07-05 17:08:29 -0500 (Tue, 05 Jul 2011) | 14 lines Add the attribute "type" to each "" for menuselect. This matters only when autoconf fails to detect that weak linking is supported. External optional dependencies will become optional in both cases, as they are removed at compile time when not detected. However, runtime-optional modules are made mandatory when weak linking is not found. This change affects only the external optional dependencies; previously, they were incorrectly required when weak linking support was not detected. Patches: 20110702__issue18062__asterisk_trunk.diff.txt by tilghman (License #5003) Tested by: iasgoscouk ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326412 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index e45ea91697..9442ce6495 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -57,7 +57,7 @@ */ /*** MODULEINFO - res_monitor + res_monitor ***/ #include "asterisk.h" diff --git a/apps/app_stack.c b/apps/app_stack.c index 29c37a20b0..10a1af48d1 100644 --- a/apps/app_stack.c +++ b/apps/app_stack.c @@ -26,7 +26,7 @@ */ /*** MODULEINFO - res_agi + res_agi ***/ #include "asterisk.h" diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 5e342bda08..971e1879d0 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -38,8 +38,8 @@ */ /*** MODULEINFO - res_adsi - res_smdi + res_adsi + res_smdi ***/ /*** MAKEOPTS @@ -60,7 +60,7 @@ imap_tk ODBC_STORAGE FILE_STORAGE - openssl + openssl no diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 3a0260fbdf..321be66258 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -38,12 +38,12 @@ */ /*** MODULEINFO - res_smdi + res_smdi dahdi tonezone - pri - ss7 - openr2 + pri + ss7 + openr2 ***/ #include "asterisk.h" diff --git a/channels/chan_gtalk.c b/channels/chan_gtalk.c index d8dd736e40..3b08d8ce4e 100644 --- a/channels/chan_gtalk.c +++ b/channels/chan_gtalk.c @@ -34,7 +34,7 @@ /*** MODULEINFO iksemel res_jabber - openssl + openssl ***/ #include "asterisk.h" diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index f3a097e7d0..9f5f32deb6 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -32,7 +32,7 @@ */ /*** MODULEINFO - crypto + crypto ***/ #include "asterisk.h" diff --git a/channels/chan_jingle.c b/channels/chan_jingle.c index d0a027c3de..53b1a85e40 100644 --- a/channels/chan_jingle.c +++ b/channels/chan_jingle.c @@ -30,7 +30,7 @@ /*** MODULEINFO iksemel res_jabber - openssl + openssl ***/ #include "asterisk.h" diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c index 293a2c1feb..bd92fe9b0e 100644 --- a/channels/chan_mgcp.c +++ b/channels/chan_mgcp.c @@ -30,7 +30,7 @@ */ /*** MODULEINFO - res_pktccops + res_pktccops ***/ #include "asterisk.h" diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 3981425e90..18eba23712 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -162,7 +162,7 @@ */ /*** MODULEINFO - res_crypto + res_crypto chan_local ***/ diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c index d48e21f28d..6554ee000a 100644 --- a/codecs/codec_speex.c +++ b/codecs/codec_speex.c @@ -33,7 +33,7 @@ /*** MODULEINFO speex speex_preprocess - speexdsp + speexdsp ***/ #include "asterisk.h" diff --git a/funcs/func_aes.c b/funcs/func_aes.c index 64597a9b41..891106b6f3 100644 --- a/funcs/func_aes.c +++ b/funcs/func_aes.c @@ -23,7 +23,7 @@ */ /*** MODULEINFO - crypto + crypto ***/ #include "asterisk.h" diff --git a/funcs/func_speex.c b/funcs/func_speex.c index 51cea99e1d..e17e8ca9c0 100644 --- a/funcs/func_speex.c +++ b/funcs/func_speex.c @@ -33,7 +33,7 @@ /*** MODULEINFO speex speex_preprocess - speexdsp + speexdsp ***/ #include "asterisk.h" diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index 4c52d9d7c0..26418d760e 100644 --- a/pbx/pbx_dundi.c +++ b/pbx/pbx_dundi.c @@ -23,7 +23,7 @@ /*** MODULEINFO zlib - crypto + crypto ***/ #include "asterisk.h" diff --git a/res/res_jabber.c b/res/res_jabber.c index 2d0ffcb3a2..61d436a924 100644 --- a/res/res_jabber.c +++ b/res/res_jabber.c @@ -32,7 +32,7 @@ /*** MODULEINFO iksemel - openssl + openssl ***/ #include "asterisk.h"