Убран идентификатор макроса (процент), ломает скрипт сборки. Добавлен параметр количества процессоров при сборке.
All checks were successful
Build / Build project (push) Successful in 49s

This commit is contained in:
Alexander Zhirov 2025-05-07 02:32:54 +03:00
parent 1fd3d8ac98
commit b51a1ba637
Signed by: alexander
GPG key ID: C8D8BE544A27C511

View file

@ -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