summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-sun.applet-for-tools-in-headless.patch
diff options
context:
space:
mode:
authorJens Rehsack <rehsack@gmail.com>2015-10-15 13:52:09 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-10-15 10:32:00 -0300
commitb331dec1d8c18e48b39b3c9e5d0c547e066f1d15 (patch)
treefb78859b95ccb0bbdcbc708b64e6736e39519d7e /recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-sun.applet-for-tools-in-headless.patch
parent1bbcc6313150358e5e527bd70e91632a0d420f3c (diff)
downloadmeta-java-b331dec1d8c18e48b39b3c9e5d0c547e066f1d15.tar.gz
icedtea7-native: compiling without x11
Allow building icedtea7 without any X11 dependency. This affects the native part only which is required to bootstrap openjdk-8-native for cross-compiling openjdk-8, but should be adoptable for cross-compiled recipe as well as for openjdk-6. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-sun.applet-for-tools-in-headless.patch')
-rw-r--r--recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-sun.applet-for-tools-in-headless.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-sun.applet-for-tools-in-headless.patch b/recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-sun.applet-for-tools-in-headless.patch
new file mode 100644
index 0000000..336043f
--- /dev/null
+++ b/recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-sun.applet-for-tools-in-headless.patch
@@ -0,0 +1,10 @@
1--- openjdk/jdk/make/common/Release.gmk.orig 2015-08-20 10:08:34.631526528 +0200
2+++ openjdk/jdk/make/common/Release.gmk 2015-08-20 10:10:13.823526901 +0200
3@@ -340,7 +340,6 @@
4 sun/security/tools/SignatureFile.class \
5 sun/security/tools/TimestampedSigner.class \
6 sun/rmi/rmic \
7- sun/applet \
8 sun/jvmstat \
9 com/sun/javadoc \
10 com/sun/jdi \