From: Brian West Date: Sun, 23 Feb 2014 00:33:56 +0000 (-0600) Subject: FS-5723 java makefile problem X-Git-Tag: v1.5.8~25^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1016107d8f863728fca59c2f4c08b259b3d6e1;p=thirdparty%2Ffreeswitch.git FS-5723 java makefile problem --- diff --git a/libs/esl/java/Makefile b/libs/esl/java/Makefile index 3606edf331..8738ff93f9 100644 --- a/libs/esl/java/Makefile +++ b/libs/esl/java/Makefile @@ -15,7 +15,7 @@ libesljni.so: esl_wrap.o esl.jar: libesljni.so mkdir -p classes - javac -sourcepath org -d classes $(CLASSES) + javac -sourcepath org -d classes -source 6 -target 6 $(CLASSES) jar cf esl.jar -C classes org clean: