mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-03 21:14:27 +00:00
revert previous change for Darwin
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-2@7174 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2005-11-21 Russell Bryant <russell@digium.com>
|
2005-11-21 Russell Bryant <russell@digium.com>
|
||||||
|
|
||||||
|
* Makefile: Revert previous change for Darwin.
|
||||||
|
|
||||||
* apps/app_osplookup.c: Properly populate the number of results. (issue #5789)
|
* apps/app_osplookup.c: Properly populate the number of results. (issue #5789)
|
||||||
|
|
||||||
* Makefile: Don't hard-code that poll functionality needs to be provided on Darwin.
|
* Makefile: Don't hard-code that poll functionality needs to be provided on Darwin.
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -363,6 +363,8 @@ ifeq ($(OSARCH),Darwin)
|
|||||||
AUDIO_LIBS=-framework CoreAudio
|
AUDIO_LIBS=-framework CoreAudio
|
||||||
ASTLINK=-Wl,-dynamic
|
ASTLINK=-Wl,-dynamic
|
||||||
SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
|
SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
|
||||||
|
OBJS+= poll.o
|
||||||
|
ASTCFLAGS+=-DPOLLCOMPAT
|
||||||
else
|
else
|
||||||
#These are used for all but Darwin
|
#These are used for all but Darwin
|
||||||
ASTLINK=-Wl,-E
|
ASTLINK=-Wl,-E
|
||||||
|
|||||||
Reference in New Issue
Block a user