Break a long line in the spec file
This commit is contained in:
parent
995ce1282a
commit
28e9f8f6dc
@ -175,7 +175,10 @@ echo 'intersphinx_mapping.clear()' >> doc/conf.py
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --with-python-module-path=%{python3_sitearch} --with-boost-libdir=%{_libdir} --enable-debug
|
||||
%configure \
|
||||
--with-python-module-path=%{python3_sitearch} \
|
||||
--with-boost-libdir=%{_libdir} \
|
||||
--enable-debug
|
||||
echo "Building with %{numthreads} of %{?_smp_build_ncpus} available CPUs"
|
||||
# Uses the latest value set by -j
|
||||
%make_build -j%{numthreads}
|
||||
|
Loading…
Reference in New Issue
Block a user