[Home]

Summary:ASTERISK-05486: [patch] allow compilation without zaptel
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2005-11-07 04:31:21.000-0600Date Closed:2008-01-15 15:54:33.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch.Makefile.no_zaptel
Description:Unless i am mistaken the current makefiles decide whether or not to compile
chan_zap depending on the existence of zaptel.h.
Since some systems could have older versions of the zaptel driver that would
cause the build to fail, we need a mechanism to override this decision.
The FreeBSD port of asterisk has always used a WITHOUT_ZAPTEL make variable to
prevent compilation of chan_zap, and this patch simply implements this.
I believe it is a useful feature to have.
Comments:By: Olle Johansson (oej) 2005-11-07 06:14:25.000-0600

Don't forget apps/Makefile and res/Makefile

By: Kevin P. Fleming (kpfleming) 2005-11-07 19:21:32.000-0600

Committed to CVS HEAD with mods for apps/ and res/ directories, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:54:33.000-0600

Repository: asterisk
Revision: 7003

U   trunk/ChangeLog
U   trunk/Makefile
U   trunk/apps/Makefile
U   trunk/channels/Makefile
U   trunk/res/Makefile

------------------------------------------------------------------------
r7003 | kpfleming | 2008-01-15 15:54:33 -0600 (Tue, 15 Jan 2008) | 2 lines

issue ASTERISK-5486 and a little ChangeLog cleanup

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=7003