File: do_not_set_bootclasspath.patch

package info (click to toggle)
pixelmed 20250211%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 31,068 kB
  • sloc: xml: 165,235; java: 151,968; makefile: 9,740; sh: 242
file content (16 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 15 Sep 2017 11:15:57 +0200
Bug-Debian: https://bugs.debian.org/874150
Description: Do not set bootclasspath

--- a/Makefile.common.mk
+++ b/Makefile.common.mk
@@ -79,7 +79,7 @@ SAXONJAVAOPTS=-Djavax.xml.transform.Tran
 
 JAVAVERSIONTARGET=1.7
 
-JAVACTARGETOPTIONS=-target ${JAVAVERSIONTARGET} -source ${JAVAVERSIONTARGET} -bootclasspath $${JAVAVERSIONTARGETJARFILE}
+JAVACTARGETOPTIONS=-target ${JAVAVERSIONTARGET} -source ${JAVAVERSIONTARGET}
 
 .SUFFIXES:	.class .java .ico .png .properties .utf-8_properties