From 373678205d7340a46840fd015546938653458e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sun, 6 May 2018 14:35:08 +0100 Subject: [PATCH] skip aarch64 for now --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 4e933d9..b9c1700 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1478,7 +1478,7 @@ for jar in %{buildroot}%{baseinstdir}/program/classes/*.jar; do done %check -%ifnarch ppc64 s390x +%ifnarch ppc64 s390x aarch64 make %endif unset WITH_LANG