[openoffice.org/f14/master] something is very wrong with x86_64 koji

Caolan McNamara caolanm at fedoraproject.org
Sat Oct 30 19:56:52 UTC 2010


commit 8ee1ad68ba79e8235e9822519cdd39d26def31f7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Oct 30 20:56:50 2010 +0100

    something is very wrong with x86_64 koji

 openoffice.org.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/openoffice.org.spec b/openoffice.org.spec
index 76c7a22..ec3d7f7 100644
--- a/openoffice.org.spec
+++ b/openoffice.org.spec
@@ -1718,8 +1718,10 @@ SMP_MFLAGS=$[${SMP_MFLAGS/-j/}]
 if [ $SMP_MFLAGS -lt 2 ]; then SMP_MFLAGS=2; fi
 DMAKE_SMP_MFLAGS=`dc -e "$SMP_MFLAGS v p"`
 BUILD_SMP_MFLAGS=`dc -e "$SMP_MFLAGS $DMAKE_SMP_MFLAGS / p"`
-DMAKE_SMP_MFLAGS=-P$DMAKE_SMP_MFLAGS
-BUILD_SMP_MFLAGS=-P$BUILD_SMP_MFLAGS
+#DMAKE_SMP_MFLAGS=-P$DMAKE_SMP_MFLAGS
+#BUILD_SMP_MFLAGS=-P$BUILD_SMP_MFLAGS
+DMAKE_SMP_MFLAGS=-P1
+BUILD_SMP_MFLAGS=-P1
 #just in case you have a >16 proc box
 export MAXPROCESSLIMIT=65535
 


More information about the scm-commits mailing list