forked from Mirrors/freeswitch
Makefile changes for x86_64 arch, thnx Steven Ayre and ptlib include path fix.
This commit is contained in:
parent
8b68da37ae
commit
70dca6dd4b
@ -1,7 +1,11 @@
|
||||
BASE=../../../..
|
||||
LOCAL_CFLAGS+=-g -ggdb -I/usr/local/include/ptlib -I/usr/local/include/openh323 -I. -DPTRACING=1 -D_REENTRANT -fno-exceptions
|
||||
LOCAL_LDFLAGS= -lopenh323 -lpt -lrt
|
||||
|
||||
export PTLIBDIR = $(shell /usr/bin/ptlib-config --ptlibdir)
|
||||
LOCAL_CFLAGS+=-g -I$PTLIBDIR -I/usr/include/openh323 -I. -DPTRACING=1 -D_REENTRANT -fno-exceptions
|
||||
LOCAL_LDFLAGS= -L/usr/lib -lopenh323 -lpt -lrt
|
||||
|
||||
ifeq ($(shell uname -m),x86_64)
|
||||
LOCAL_CFLAGS+=-DP_64BIT
|
||||
endif
|
||||
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user