mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Merged revisions 184147 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r184147 | russell | 2009-03-24 20:42:10 -0500 (Tue, 24 Mar 2009) | 5 lines Fix build issues on Mac OSX. (closes issue #14714) Reported by: ygor ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@184148 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SYS_POLL_H
|
#ifndef AST_POLL_COMPAT
|
||||||
#include <sys/poll.h>
|
#include <sys/poll.h>
|
||||||
#else
|
#else
|
||||||
#include "asterisk/poll-compat.h"
|
#include "asterisk/poll-compat.h"
|
||||||
|
|||||||
@@ -143,6 +143,10 @@ aelparse.o: ASTCFLAGS+=-I$(ASTTOPDIR)/res -DSTANDALONE -Wno-unused
|
|||||||
aelparse: LIBS+=-lm
|
aelparse: LIBS+=-lm
|
||||||
aelparse: aelparse.o aelbison.o pbx_ael.o hashtab.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o
|
aelparse: aelparse.o aelbison.o pbx_ael.o hashtab.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o
|
||||||
|
|
||||||
|
poll.c: $(ASTTOPDIR)/main/poll.c
|
||||||
|
@cp "$<" "$@"
|
||||||
|
poll.o: ASTCFLAGS+=-DSTANDALONE
|
||||||
|
|
||||||
astobj2.c: $(ASTTOPDIR)/main/astobj2.c
|
astobj2.c: $(ASTTOPDIR)/main/astobj2.c
|
||||||
@cp "$<" "$@"
|
@cp "$<" "$@"
|
||||||
astobj2.o: ASTCFLAGS+=-DSTANDALONE
|
astobj2.o: ASTCFLAGS+=-DSTANDALONE
|
||||||
@@ -160,9 +164,9 @@ threadstorage.c: $(ASTTOPDIR)/main/threadstorage.c
|
|||||||
threadstorage.o: ASTCFLAGS+=-DSTANDALONE
|
threadstorage.o: ASTCFLAGS+=-DSTANDALONE
|
||||||
|
|
||||||
hashtest2.o: ASTCFLAGS+=-O0 -DSTANDALONE
|
hashtest2.o: ASTCFLAGS+=-O0 -DSTANDALONE
|
||||||
hashtest2: hashtest2.o md5.o utils.o astobj2.o sha1.o strcompat.o threadstorage.o clicompat.o
|
hashtest2: hashtest2.o md5.o utils.o astobj2.o sha1.o strcompat.o threadstorage.o clicompat.o poll.o
|
||||||
|
|
||||||
hashtest: hashtest.o md5.o hashtab.o utils.o sha1.o strcompat.o threadstorage.o clicompat.o
|
hashtest: hashtest.o md5.o hashtab.o utils.o sha1.o strcompat.o threadstorage.o clicompat.o poll.o
|
||||||
hashtest.o: ASTCFLAGS+=-O0 -DSTANDALONE
|
hashtest.o: ASTCFLAGS+=-O0 -DSTANDALONE
|
||||||
|
|
||||||
extconf.o: extconf.c
|
extconf.o: extconf.c
|
||||||
|
|||||||
Reference in New Issue
Block a user