aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/Makefile
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-19 19:47:27 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-19 19:47:27 +0000
commit73bc7d526494aa973e0854c8d30f3524549a3a9b (patch)
tree1916fb6d2f4f1754c3e2bf31cc797a2138d73f69 /channels/h323/Makefile
parentaee580d3a77626c3b68d46f02eb15bfda440e3bf (diff)
Make comptable with Open H.323's Janus release. See http://www.sf.net/projects/openh323/ for details. These changes will cause any version less than Janus to fail at compile time. This update may also address the recent instability noise...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2710 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/Makefile')
-rwxr-xr-xchannels/h323/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/channels/h323/Makefile b/channels/h323/Makefile
index d07ae7c3b..fdfd1f552 100755
--- a/channels/h323/Makefile
+++ b/channels/h323/Makefile
@@ -30,15 +30,8 @@ OSARCH=$(shell uname -s)
CFLAGS += -DNDEBUG -DDO_CRASH -DDEBUG_THREADS
CFLAGS += -pipe -Wall -fPIC -Wmissing-prototypes -Wmissing-declarations
CFLAGS += -D_REENTRANT -D_GNU_SOURCE
-ifeq (${OSARCH},OpenBSD)
-CFLAGS += -DP_OPENBSD=200311
-else
-CFLAGS += -DP_LINUX
-endif
-CFLAGS += -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS
-CFLAGS += -DPHAS_TEMPLATES -DPTRACING -DP_USE_PRAGMA
CFLAGS += -I../../include
-CFLAGS += -I$(PWLIBDIR)/include/ptlib/unix -I$(PWLIBDIR)/include
+CFLAGS += -I$(PWLIBDIR)/include
CFLAGS += -I$(OPENH323DIR)/include -Wno-missing-prototypes -Wno-missing-declarations
@@ -52,7 +45,7 @@ samples:
ast_h323.o: ast_h323.cpp
- g++ -g -c -o $@ $(CFLAGS) $<
+ g++ -g -c -fno-rtti -o $@ $(CFLAGS) $<
libchanh323.a: ast_h323.o
ar cr libchanh323.a ast_h323.o