don't hardcode poll.o for Darwin

fix incorrect portion of patch from yesterday's Solaris fixes


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-21 13:21:18 +00:00
parent f367620dd9
commit ee5bc3ce65
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
2005-11-21 Russell Bryant <russell@digium.com>
* Makefile: Don't hard-code that poll functionality needs to be provided on Darwin.
* apps/Makefile: Fix incorrect portion of the patch to fix 'make install' on Solaris.
* channels/chan_iax2.c (iax2_getpeername): Return non-zero to indicate that a peer was found when using realtime (issue #5815)
2005-11-20 Russell Bryant <russell@digium.com>