From e73f1149542c82246dc22f75b3209ae3d6ed2a2b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Nov 01 2010 08:56:29 +0000 Subject: that seemed to work --- diff --git a/libreoffice.spec b/libreoffice.spec index 21a7413..18aa5a8 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -727,8 +727,6 @@ SMP_MFLAGS=$[${SMP_MFLAGS/-j/}] if [ $SMP_MFLAGS -lt 2 ]; then SMP_MFLAGS=2; fi NDMAKES=`dc -e "$SMP_MFLAGS v p"` NBUILDS=`dc -e "$SMP_MFLAGS $NDMAKES / p"` -NDMAKES=1 -NBUILDS=1 autoconf %configure \ @@ -770,7 +768,7 @@ export ARCH_FLAGS . ./*[Ee]nv.[Ss]et.sh ./bootstrap cd instsetoo_native -if ! VERBOSE=true build --dlv_switch -link -P$NBUILDS --all -- -P$NDMAKES -s; then +if ! VERBOSE=false build --dlv_switch -link -P$NBUILDS --all -- -P$NDMAKES -s; then build --dlv_switch -link --all fi