]> git.pld-linux.org Git - packages/icedtea7.git/commitdiff
A possible fix to the Zero (i486) build added
authorJacek Konieczny <jajcus@jajcus.net>
Fri, 22 Nov 2013 12:03:49 +0000 (13:03 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Fri, 22 Nov 2013 12:03:49 +0000 (13:03 +0100)
A patch found in the IcedTea repository:
http://icedtea.classpath.org/hg/icedtea7-forest/hotspot/rev/9d01164b2dfc

icedtea7-zero_le.patch [new file with mode: 0644]
icedtea7.spec

diff --git a/icedtea7-zero_le.patch b/icedtea7-zero_le.patch
new file mode 100644 (file)
index 0000000..4160a28
--- /dev/null
@@ -0,0 +1,22 @@
+diff -dur openjdk.orig/hotspot/make/bsd/makefiles/vm.make openjdk/hotspot/make/bsd/makefiles/vm.make
+--- openjdk.orig/hotspot/make/bsd/makefiles/vm.make    2013-10-16 16:17:08.000000000 +0200
++++ openjdk/hotspot/make/bsd/makefiles/vm.make 2013-11-22 12:35:42.049971299 +0100
+@@ -27,6 +27,7 @@
+ # Common build rules.
+ MAKEFILES_DIR=$(GAMMADIR)/make/$(Platform_os_family)/makefiles
++include $(GAMMADIR)/make/defs.make
+ include $(MAKEFILES_DIR)/rules.make
+ include $(GAMMADIR)/make/altsrc.make
+diff -dur openjdk.orig/hotspot/make/linux/makefiles/vm.make openjdk/hotspot/make/linux/makefiles/vm.make
+--- openjdk.orig/hotspot/make/linux/makefiles/vm.make  2013-10-16 16:17:08.000000000 +0200
++++ openjdk/hotspot/make/linux/makefiles/vm.make       2013-11-22 12:35:42.049971299 +0100
+@@ -27,6 +27,7 @@
+ # Common build rules.
+ MAKEFILES_DIR=$(GAMMADIR)/make/$(Platform_os_family)/makefiles
++include $(GAMMADIR)/make/defs.make
+ include $(MAKEFILES_DIR)/rules.make
+ include $(GAMMADIR)/make/altsrc.make
index c6c8d1dd9c4e013c9b2c754fa83e6c82cdcd2eba..c489bab5521f5cf961795dfbc2d2a3b0e240d1bc 100644 (file)
@@ -59,6 +59,7 @@ Patch0:               %{name}-i486.patch
 Patch1:                %{name}-never_test_gamma.patch
 # patches applied to the extracted sources
 Patch100:      %{name}-libpath.patch
+Patch101:      %{name}-zero_le.patch
 URL:           http://icedtea.classpath.org/wiki/Main_Page
 BuildRequires: alsa-lib-devel
 BuildRequires: ant
@@ -401,7 +402,7 @@ PrzykĹ‚ady dla OpenJDK.
 
 # patches to applied to the extracted sources
 install -d pld-patches
-cp -p %{PATCH100} pld-patches
+cp -p %{PATCH100} %{PATCH101} pld-patches
 
 # let the build system extract the sources where it wants them
 install -d drops
This page took 0.108801 seconds and 4 git commands to generate.