From cb71f0e03bf3506d448763aa794c93a6fc644cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 3 Aug 2021 19:55:02 +0100 Subject: [PATCH] can revert temp armv7hl workaround now see: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/QROFLQV7ZTGDM654NXOKLDTV3B2NGNDD/ --- libreoffice.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index 22a1b21..cca1b7a 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1080,10 +1080,6 @@ autoconf SMP_MFLAGS=%{?_smp_mflags} SMP_MFLAGS=$[${SMP_MFLAGS/-j/}] -%ifarch armv7hl -SMP_MFLAGS=2 -%endif - %if 0%{?flatpak} %define flatpakoptions --with-beanshell-jar=/app/share/java/bsh.jar --with-boost-libdir=%{_libdir} --with-external-dict-dir=/app/share/myspell --with-external-hyph-dir=/app/share/hyphen --with-external-thes-dir=/app/share/mythes --with-flute-jar=/app/share/java/flute.jar --with-jdk-home=/app/lib/jvm/java --with-jfreereport-jar=/app/share/java/flow-engine.jar --with-libbase-jar=/app/share/java/libbase.jar --with-libfonts-jar=/app/share/java/libfonts.jar --with-libformula-jar=/app/share/java/libformula.jar --with-liblayout-jar=/app/share/java/liblayout.jar --with-libloader-jar=/app/share/java/libloader.jar --with-librepository-jar=/app/share/java/librepository.jar --with-libserializer-jar=/app/share/java/libserializer.jar --with-libxml-jar=/app/share/java/libxml.jar --with-sac-jar=/app/share/java/sac.jar FIREBIRDCONFIG=%{_libdir}/fb_config QT4INC=%{_includedir} %endif