From d144eb22b8f461dc7e0f6d5ddf11d1fadc1c650a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 30 Oct 2010 20:57:34 +0100 Subject: [PATCH] something is very wrong with x86_64 koji --- libreoffice.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 099c306..5f209fc 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -725,6 +725,8 @@ 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 \ @@ -766,7 +768,7 @@ export ARCH_FLAGS . ./*[Ee]nv.[Ss]et.sh ./bootstrap cd instsetoo_native -if ! VERBOSE=false build --dlv_switch -link -P$NBUILDS --all -- -P$NDMAKES -s; then +if ! VERBOSE=true build --dlv_switch -link -P$NBUILDS --all -- -P$NDMAKES -s; then build --dlv_switch -link --all fi