6
0
OBS User unknown
2008-09-18 02:40:15 +00:00
committed by Git OBS Bridge
commit 5c666370cf
10 changed files with 326 additions and 0 deletions

13
openjdk.patch Normal file
View File

@@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 5ba907f..54019bc 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ LD?=ld
PPFLAGS+=-C -P
CFLAGS+=-fpic -Wall -Os -pedantic -std=c99 -Werror
GCJFLAGS+=-fjni
-JCFLAGS+=-source 5.0
+#JCFLAGS+=-source 5.0
INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
JAVADOCFLAGS?=-quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/