[libreoffice] force serial build on rhel-6

David Tardon dtardon at fedoraproject.org
Sat Jan 25 10:00:02 UTC 2014


commit cf6e5f5580270660fdba45030862489bb8420b30
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Jan 25 10:59:13 2014 +0100

    force serial build on rhel-6

 libreoffice.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 1948a7f..b933779 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1067,7 +1067,8 @@ export CXXFLAGS=$ARCH_FLAGS
 
 %if 0%{?rhel}
 %if 0%{?rhel} < 7
-%define distrooptions --disable-graphite --without-junit --enable-gstreamer-0-10 --disable-gstreamer --disable-postgresql-sdbc --enable-python=system --with-system-hsqldb --without-doxygen
+# make segfaults on parallel build
+%define distrooptions --disable-graphite --without-junit --enable-gstreamer-0-10 --disable-gstreamer --disable-postgresql-sdbc --enable-python=system --with-system-hsqldb --without-doxygen --with-parallelism=-j1
 
 %ifarch s390 s390x
 %define archoptions --disable-sdremote-bluetooth


More information about the scm-commits mailing list