- turn off java on s390
This commit is contained in:
parent
ca733fc7f0
commit
81df6adc31
@ -1,7 +1,12 @@
|
||||
# set to zero to avoid running test suite
|
||||
%define make_check 1
|
||||
# Java is supported on all platforms now
|
||||
|
||||
%ifarch s390
|
||||
# weird gjnih error on s390
|
||||
%define with_java 0
|
||||
%else
|
||||
%define with_java 1
|
||||
%endif
|
||||
|
||||
# set JDK path to build javahl; default for JPackage
|
||||
%define jdk_path /usr/lib/jvm/java-1.4.2-gcj
|
||||
|
Loading…
Reference in New Issue
Block a user