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:
parent
1c06b51686
commit
620fce6a56
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue