[asterisk-bugs] [Asterisk 0015639]: [patch] compilation fails in systems without index()
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Aug 3 10:42:26 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15639
======================================================================
Reported By: nmav
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 15639
Category: Functions/func_cut
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.4.26
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-08-03 08:52 CDT
Last Modified: 2009-08-03 10:42 CDT
======================================================================
Summary: [patch] compilation fails in systems without index()
Description:
I use asterisk in a uclibc system without the index() and rindex()
functions and compilation fails. Those functions have been replaced by
strchr and strrchr.
======================================================================
----------------------------------------------------------------------
(0108544) svnbot (reporter) - 2009-08-03 10:42
https://issues.asterisk.org/view.php?id=15639#c108544
----------------------------------------------------------------------
Repository: asterisk
Revision: 210065
U branches/1.4/include/asterisk/compat.h
U branches/1.4/main/asterisk.exports
------------------------------------------------------------------------
r210065 | tilghman | 2009-08-03 10:42:25 -0500 (Mon, 03 Aug 2009) | 3
lines
Helps if we export the index() function.
(Related to issue https://issues.asterisk.org/view.php?id=15639)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=210065
Issue History
Date Modified Username Field Change
======================================================================
2009-08-03 10:42 svnbot Note Added: 0108544
======================================================================
More information about the asterisk-bugs
mailing list