From fcbe11493c6678a01f369d5061558e13b37c4429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 21 Aug 2013 15:38:28 +0100 Subject: [PATCH] rhel 6 has a broken make which segvs on parallel builds --- libreoffice.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index 53d2996..6cfde5b 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1067,7 +1067,7 @@ export CXXFLAGS=$ARCH_FLAGS %define distrooptions --without-system-hsqldb --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes --enable-python=system --with-servlet-api-jar=/usr/share/java/tomcat-servlet-api.jar %endif %else -%define distrooptions --without-system-hsqldb --enable-kde4 --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes --with-servlet-api-jar=/usr/share/java/tomcat-servlet-api.jar +%define distrooptions --without-system-hsqldb --enable-kde4 --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes --with-servlet-api-jar=/usr/share/java/tomcat-servlet-api.jar %{?_smp_mflags:--with-parallelism=%{_smp_mflags}} %endif %if %{with langpacks} @@ -1093,7 +1093,6 @@ autoconf touch autogen.lastrun %configure \ %vendoroption \ - %{?_smp_mflags:--with-parallelism=%{_smp_mflags}} \ %{?with_lang} \ --disable-ccache \ --disable-fetch-external \