aboutsummaryrefslogtreecommitdiff
path: root/patches/boot/corba-dependencies.patch
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-05-08 12:52:58 +0200
committerGuido Günther <agx@sigxcpu.org>2013-05-08 12:52:58 +0200
commit9a8e56049ebf9f0878c7fe3efc0921df8aa6a0ba (patch)
tree7d61a00fa8d6ec4667663370cc42b04be03ec569 /patches/boot/corba-dependencies.patch
Imported Upstream version 7u21-2.3.9upstream/7u21-2.3.9upstream
Diffstat (limited to 'patches/boot/corba-dependencies.patch')
-rw-r--r--patches/boot/corba-dependencies.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/boot/corba-dependencies.patch b/patches/boot/corba-dependencies.patch
new file mode 100644
index 0000000..0007651
--- /dev/null
+++ b/patches/boot/corba-dependencies.patch
@@ -0,0 +1,14 @@
+diff --git a/make/common/Rules.gmk b/make/common/Rules.gmk
+--- openjdk-boot/corba/make/common/Rules.gmk
++++ openjdk-boot/corba/make/common/Rules.gmk
+@@ -184,7 +184,9 @@
+ @$(MKDIR) -p $(CLASSDESTDIR)
+ if [ -s $(JAVA_SOURCE_LIST) ] ; then \
+ $(CAT) $(JAVA_SOURCE_LIST); \
+- $(JAVAC_CMD) $(JAVAC_PREFER_SOURCE) -sourcepath "$(SOURCEPATH)" -d $(CLASSDESTDIR) @$(JAVA_SOURCE_LIST); \
++ $(JAVAC_CMD) $(JAVAC_PREFER_SOURCE) \
++ -sourcepath "$(SOURCEPATH):$(JDK_TOPDIR)/src/share/classes:$(JDK_TOPDIR)/src/solaris/classes" \
++ -d $(CLASSDESTDIR) @$(JAVA_SOURCE_LIST); \
+ fi
+ @$(java-vm-cleanup)
+