fix osx build with a dirty hack

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6375 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-11-22 08:07:32 +00:00
parent 1c06b51686
commit 620fce6a56
3 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
JAVA_FLAGS=@JAVA_FLAGS@
# Without -fno-strict-aliasing, g++ generates invalid code for Java_org_freeswitch_freeswitchJNI_SWIGJavaSessionUpcast, which segfaults
LOCAL_CFLAGS=$(JAVA_FLAGS) -fno-strict-aliasing
LOCAL_OBJS=freeswitch_java.o switch_swig_wrap.o
LOCAL_OBJS=freeswitch_java.o switch_swig_wrap.o modjava.o
CLASSES=src/org/freeswitch/Launcher.java \
src/org/freeswitch/HangupHook.java \
src/org/freeswitch/DTMFCallback.java \

View File