From 35ed4cac735426956de44450609d2e670d896cfc Mon Sep 17 00:00:00 2001 From: jorton Date: Wed, 13 Apr 2005 16:18:29 +0000 Subject: [PATCH] - disable on ia64, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154700 --- subversion.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/subversion.spec b/subversion.spec index 9a75544..33bff88 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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