- disable on ia64,

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154700
This commit is contained in:
jorton 2005-04-13 16:18:29 +00:00
parent 49bf3428cd
commit 35ed4cac73
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
# set to zero to avoid running test suite
%define make_check 1
%ifarch ia64
# hits ecj bug on ia64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154700
%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