- turn off java on s390

This commit is contained in:
jorton 2006-01-04 14:07:28 +00:00
parent ca733fc7f0
commit 81df6adc31

View File

@ -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