Browse Source

ceph-common need to compile slower, or cc1plus get confused

Signed-off-by: basebuilder_pel7ppc64lebuilder0 <basebuilder@powerel.org>
master
basebuilder_pel7ppc64lebuilder0 5 years ago
parent
commit
e7cc73d84f
  1. 2
      SPECS/ceph-common.spec

2
SPECS/ceph-common.spec

@ -1,3 +1,5 @@ @@ -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))")}

Loading…
Cancel
Save