[svn-commits] tilghman: trunk r288962 - in /trunk: ./ channels/chan_sip.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Sep 27 13:39:12 CDT 2010
Author: tilghman
Date: Mon Sep 27 13:39:05 2010
New Revision: 288962
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=288962
Log:
Merged revisions 288961 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r288961 | tilghman | 2010-09-27 13:37:41 -0500 (Mon, 27 Sep 2010) | 5 lines
Still build SIP, even if res_crypto cannot be built (use, not depend).
(closes issue #18062)
Reported by: a user on the mailing list
........
Modified:
trunk/ (props changed)
trunk/channels/chan_sip.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_sip.c?view=diff&rev=288962&r1=288961&r2=288962
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Sep 27 13:39:05 2010
@@ -162,7 +162,7 @@
*/
/*** MODULEINFO
- <depend>res_crypto</depend>
+ <use>res_crypto</use>
<depend>chan_local</depend>
***/
More information about the svn-commits
mailing list