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 \