[libreoffice] something is very wrong with x86_64 koji

Caolan McNamara caolanm at fedoraproject.org
Sat Oct 30 19:57:33 UTC 2010


commit d144eb22b8f461dc7e0f6d5ddf11d1fadc1c650a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Oct 30 20:57:34 2010 +0100

    something is very wrong with x86_64 koji

 libreoffice.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
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
 


More information about the scm-commits mailing list