[Home]

Summary:ASTERISK-03945: [patch] Build/compile fixes for zaptel
Reporter:Jeffrey C. Ollie (jcollie)Labels:
Date Opened:2005-04-15 13:18:47Date Closed:2008-06-07 10:51:24
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) zaptel-buildcomp-head.patch.txt
( 1) zaptel-buildcomp-head-2.patch.txt
Description:Patch fixes a number of minor build/compile problems with some of the lesser-used utilites in zaptel.

****** ADDITIONAL INFORMATION ******

Disclaimer on file.
Comments:By: Russell Bryant (russell) 2005-04-15 13:32:06

Did you forget the patch?  :)

By: Jeffrey C. Ollie (jcollie) 2005-04-15 14:21:33

DOH!!!  I thought that it would have been uploaded when I created the issue.

By: nick (nick) 2005-04-16 16:24:21

To jive with how we're doing everything else, shouldn't the patch have
#ifdef STANDALONE_ZAPATA
#include "zaptel.h"
#else
#include <linux/zaptel.h>
#endif

NB

By: Mark Spencer (markster) 2005-04-17 12:54:00

Agreed, this is ready to apply when that gets updated.

By: Jeffrey C. Ollie (jcollie) 2005-04-17 19:19:08

Uploaded a new patch with the recommended changes.

By: Kevin P. Fleming (kpfleming) 2005-04-20 11:26:47

Committed to CVS, thanks!

By: Russell Bryant (russell) 2005-05-11 22:20:56

fixed in 1.0

By: Digium Subversion (svnbot) 2008-06-07 10:50:48

Repository: dahdi
Revision: 630

U   trunk/Makefile
U   trunk/fxsdump.c
U   trunk/patgen.c
U   trunk/patlooptest.c
U   trunk/pattest.c
U   trunk/timertest.c
U   trunk/ztdiag.c

------------------------------------------------------------------------
r630 | kpfleming | 2008-06-07 10:50:48 -0500 (Sat, 07 Jun 2008) | 2 lines

build fixes for minor zaptel tools (bug ASTERISK-3945)

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

http://svn.digium.com/view/dahdi?view=rev&revision=630

By: Digium Subversion (svnbot) 2008-06-07 10:51:24

Repository: dahdi
Revision: 643

U   branches/v1-0/Makefile
U   branches/v1-0/fxsdump.c
U   branches/v1-0/patgen.c
U   branches/v1-0/patlooptest.c
U   branches/v1-0/pattest.c
U   branches/v1-0/timertest.c
U   branches/v1-0/ztdiag.c

------------------------------------------------------------------------
r643 | russell | 2008-06-07 10:51:23 -0500 (Sat, 07 Jun 2008) | 2 lines

fix some compilation issues (bug ASTERISK-3945)

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

http://svn.digium.com/view/dahdi?view=rev&revision=643