From e7cc73d84f07aef39d623a8e77eb3804071e2419 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7ppc64lebuilder0 Date: Tue, 10 Sep 2019 03:09:42 +0200 Subject: [PATCH] ceph-common need to compile slower, or cc1plus get confused Signed-off-by: basebuilder_pel7ppc64lebuilder0 --- SPECS/ceph-common.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SPECS/ceph-common.spec b/SPECS/ceph-common.spec index bc8aa031..3a2e9764 100644 --- a/SPECS/ceph-common.spec +++ b/SPECS/ceph-common.spec @@ -1,3 +1,5 @@ +%global _smp_mflags -j16 + %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}