[Home]

Summary:ASTERISK-05154: [patch] poll.o/dlfcn.o no longer needed for MacOSX Tiger
Reporter:Russell Bryant (russell)Labels:
Date Opened:2005-09-26 12:41:09Date Closed:2008-01-15 15:49:17.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) tiger.patch
Description:These are now included as of MacOSX Tiger.  This gets rid of warnings like the following:

/usr/bin/ld: warning multiple definitions of symbol _dladdr
dlfcn.o definition of _dladdr in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libm.dylib(dyldAPIsInLibSystem.o) definition of _dladdr
/usr/bin/ld: warning multiple definitions of symbol _dlclose
dlfcn.o definition of _dlclose in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libm.dylib(dyldAPIsInLibSystem.o) definition of _dlclose
/usr/bin/ld: warning multiple definitions of symbol _dlerror
dlfcn.o definition of _dlerror in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libm.dylib(dyldAPIsInLibSystem.o) definition of _dlerror
/usr/bin/ld: warning multiple definitions of symbol _dlopen
dlfcn.o definition of _dlopen in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libm.dylib(dyldAPIsInLibSystem.o) definition of _dlopen
/usr/bin/ld: warning multiple definitions of symbol _dlsym
dlfcn.o definition of _dlsym in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libm.dylib(dyldAPIsInLibSystem.o) definition of _dlsym    
Comments:By: Kevin P. Fleming (kpfleming) 2005-09-26 13:21:09

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:49:17.000-0600

Repository: asterisk
Revision: 6664

U   trunk/Makefile
U   trunk/include/asterisk/channel.h
U   trunk/include/asterisk/io.h
U   trunk/loader.c

------------------------------------------------------------------------
r6664 | kpfleming | 2008-01-15 15:49:17 -0600 (Tue, 15 Jan 2008) | 2 lines

use a more generic means to decide whether we need to provide poll/dlfcn functionality (issue ASTERISK-5154)

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

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