[asterisk-bugs] [Asterisk 0017616]: [patch] Configure sets ac_cv_fork_works=no incorrectly for uclibc

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Jul 17 11:59:12 CDT 2010


The following issue has been RESOLVED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17616 
====================================================================== 
Reported By:                pprindeville
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   17616
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.6.2.9 
JIRA:                       SWP-1835 
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-07-09 12:47 CDT
Last Modified:              2010-07-17 11:59 CDT
====================================================================== 
Summary:                    [patch] Configure sets ac_cv_fork_works=no
incorrectly for uclibc
Description: 
The generated top-level configure contains:

if test "x$ac_cv_func_fork_works" = xcross; then
 case $host in
  *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* )
    # Override, as these systems have only a dummy fork() stub
    ac_cv_func_fork_works=no
    ;;

this is wrong.  The linux-uclibc fork() works just fine.


====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-07-17 11:59 svnbot         Status                   feedback => assigned
2010-07-17 11:59 svnbot         Assigned To               => tilghman        
2010-07-17 11:59 svnbot         Status                   assigned => resolved
2010-07-17 11:59 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list