forked from pool/objectweb-asm
Don't depend on java-gcj-compat
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=35
This commit is contained in:
11
asm-3.3.1-sourcetarget.patch
Normal file
11
asm-3.3.1-sourcetarget.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- asm-3.3.1/build.xml 2009-07-11 17:56:57.000000000 +0200
|
||||
+++ asm-3.3.1/build.xml 2017-10-04 09:56:20.226981298 +0200
|
||||
@@ -170,7 +170,7 @@
|
||||
</target>
|
||||
|
||||
<target name="compile-debug" depends="init,compile-init,compile-config">
|
||||
- <javac destdir="${out.build}/tmp" debug="on" source="1.3" target="1.2">
|
||||
+ <javac destdir="${out.build}/tmp" debug="on">
|
||||
<classpath>
|
||||
<pathelement location="${out.build}/tmp"/>
|
||||
</classpath>
|
Reference in New Issue
Block a user