rpm: do parallel compilation during rpm builds
This commit is contained in:
parent
e8c187ffd2
commit
848085226b
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ rm -rf build_tree
|
|||
mkdir build_tree
|
||||
cd build_tree
|
||||
cmake -DCMAKE_INSTALL_PREFIX=%{rpmprefix} ../%{srcdirname}
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
cd ../build_tree
|
||||
|
|
Loading…
Add table
Reference in a new issue