From c321cac5fc6d7db56648164cc2959b7e5a04a41e Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 16 Feb 2018 16:07:30 +0100 Subject: [PATCH] give up and disable tests completely on ppc64le --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 4a88277..515ce35 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1477,7 +1477,7 @@ for jar in %{buildroot}%{baseinstdir}/program/classes/*.jar; do done %check -%ifnarch ppc64 s390x +%ifnarch ppc64 ppc64le s390x make %endif unset WITH_LANG