From 4a108b9853d88b2a59307a44d5873773238d22cb60c8319d742f3a1aa2f1c962 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 8 Aug 2023 14:02:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=1107 --- libreoffice.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libreoffice.spec b/libreoffice.spec index acabb33..46a77cc 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -16,6 +16,7 @@ # +%{!?aarch64:%global aarch64 aarch64 arm64 armv8} # extensions %define numbertext_version 0.9.5 # Urls @@ -1215,6 +1216,11 @@ export NOCONFIGURE=yes --enable-skia \ %else --disable-skia \ +%endif +%ifarch %{aarch64} +%if 0%{?suse_version} < 1550 + --disable-pdfium \ +%endif %endif --with-libbase-jar=/usr/share/java/libbase.jar \ --with-libxml-jar=/usr/share/java/libxml.jar \