Убран идентификатор макроса (процент), ломает скрипт сборки. Добавлен параметр количества процессоров при сборке.
All checks were successful
Build / Build project (push) Successful in 49s
All checks were successful
Build / Build project (push) Successful in 49s
This commit is contained in:
parent
1fd3d8ac98
commit
b51a1ba637
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ setup : |
|
||||||
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
# Optimization flags for the `%configure` macro compilation break the service's stability, so the default call is used.
|
# Optimization flags for the `configure` macro compilation break the service's stability, so the default call is used.
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sbindir=/usr/bin \
|
--sbindir=/usr/bin \
|
||||||
|
@ -34,7 +34,7 @@ setup : |
|
||||||
build : |
|
build : |
|
||||||
cd openslp
|
cd openslp
|
||||||
|
|
||||||
%make
|
%make -j`nproc`
|
||||||
|
|
||||||
# Preparation of man pages
|
# Preparation of man pages
|
||||||
gzip -c $pkgfiles/man/en/slptool.1 > slptool.1.gz.en
|
gzip -c $pkgfiles/man/en/slptool.1 > slptool.1.gz.en
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue