[asterisk-dev] [asterisk-commits] kpfleming: trunk r149384 - /trunk/apps/app_stack.c

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Fri Oct 31 19:50:12 CDT 2008


I have an issue with this commit.  The whole point of the special code in the
load and unload routines was to allow app_stack to be loaded even in the
absence of res_agi.so.  Was there a specific reason that this dependency was
needed (a platform link issue, for example)?

> Author: kpfleming
> Date: Wed Oct 15 03:55:47 2008
> New Revision: 149384
>
> URL: http://svn.digium.com/view/asterisk?view=rev&rev=149384
> Log:
> building this module depends on res_agi being built as well
>
>
> Modified:
>     trunk/apps/app_stack.c
>
> Modified: trunk/apps/app_stack.c
> URL:
> http://svn.digium.com/view/asterisk/trunk/apps/app_stack.c?view=diff&rev=14
>9384&r1=149383&r2=149384
> ===========================================================================
>=== --- trunk/apps/app_stack.c (original)
> +++ trunk/apps/app_stack.c Wed Oct 15 03:55:47 2008
> @@ -25,6 +25,10 @@
>   * \ingroup applications
>   */
>
> +/*** MODULEINFO
> +       <depend>res_agi</depend>
> + ***/
> +
>  #include "asterisk.h"
>
>  ASTERISK_FILE_VERSION(__FILE__, "$Revision$")

-- 
Tilghman



More information about the asterisk-dev mailing list