[asterisk-bugs] [Asterisk 0013557]: Asterisk won't compile against uclibc

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Sep 25 10:34:45 CDT 2008


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.digium.com/view.php?id=13557 
====================================================================== 
Reported By:                nickpeirson
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13557
Category:                   Core/PBX
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 144419 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-09-25 10:34 CDT
Last Modified:              2008-09-25 10:34 CDT
====================================================================== 
Summary:                    Asterisk won't compile against uclibc
Description: 
index is used in main/pbx.c. This breaks compilation under uclibc as it
doesn't provide the index function. Replacing this with strchr, which index
is an alias for, solves the problem.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-09-25 10:34 nickpeirson    Asterisk Version          => SVN             
2008-09-25 10:34 nickpeirson    SVN Branch (only for SVN checkouts, not tarball
releases) =>  trunk          
2008-09-25 10:34 nickpeirson    SVN Revision (number only!) => 144419          
======================================================================




More information about the asterisk-bugs mailing list