]> git.pld-linux.org Git - packages/java-commons-daemon.git/blobdiff - build.patch
Rel 2; allow building with openjdk11
[packages/java-commons-daemon.git] / build.patch
diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..4722045
--- /dev/null
@@ -0,0 +1,16 @@
+diff -urN commons-daemon-1.1.0-src.org/build.xml commons-daemon-1.1.0-src/build.xml
+--- commons-daemon-1.1.0-src.org/build.xml     2017-07-08 04:37:29.000000000 +0200
++++ commons-daemon-1.1.0-src/build.xml 2021-11-25 06:57:27.769976730 +0100
+@@ -93,10 +93,10 @@
+   <!-- compiler source JDK version -->
+-  <property name="compile.source"          value="1.5"/>
++  <property name="compile.source"          value="1.6"/>
+   <!-- compiler target JDK version -->
+-  <property name="compile.target"          value="1.5"/>
++  <property name="compile.target"          value="1.6"/>
+   <!-- Should Java compilations set the 'debug' compiler option? -->
+   <property name="compile.debug"           value="true"/>
This page took 0.05589 seconds and 4 git commands to generate.