From f9fe071ac55db957befd3fd821a66b04b5574ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 12 Jan 2017 10:31:35 +0000 Subject: [PATCH] drop hackery again --- libreoffice.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index c50b327..a0b7290 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1060,7 +1060,6 @@ autoconf SMP_MFLAGS=%{?_smp_mflags} SMP_MFLAGS=$[${SMP_MFLAGS/-j/}] -SMP_MFLAGS=$((SMP_MFLAGS*2)) # TODO: enable coinmp? # avoid running autogen.sh on make @@ -1097,12 +1096,7 @@ touch autogen.lastrun ulimit -c unlimited -if ! make verbose=true build-nocheck; then - echo "build attempt 1 failed" - df -h - export TMPDIR=/var/tmp - make verbose=true GMAKE_OPTIONS=-rj1 build-nocheck -fi +make verbose=true build-nocheck #generate the icons and mime type stuff export DESTDIR=../output