[Home]

Summary:ASTERISK-04125: [patch] Fix smsq compiling on older linux distros
Reporter:James Golovich (jamesgolovich)Labels:
Date Opened:2005-05-09 21:15:52Date Closed:2008-01-15 15:34:33.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-smsq.patch.txt
Description:smsq.c won't compile on older linux distros.  I've got boxes running debian woody and popt.h doesn't contain POPT_ARGFLAG_SHOW_DEFAULT.

Not sure if other distros have this problem or just debian, but I got tired of having to modify the code every time I checked out a new copy so I figured I'd upload the patch I started using.

Disclaimer on file
Comments:By: Kevin P. Fleming (kpfleming) 2005-05-14 23:27:02

Committed to CVS HEAD, thanks!

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

Repository: asterisk
Revision: 5665

U   trunk/utils/smsq.c

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

fix build with older popt.h (bug ASTERISK-4125)

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

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