Убран макрос конфигурирования из-за включенных флагов оптимизации компиляции, что негативно влияет на работу сервиса slpd
Some checks failed
Build / Build project (push) Failing after 43s

This commit is contained in:
Alexander Zhirov 2025-05-07 02:19:01 +03:00
parent 6b36b7da32
commit 1fd3d8ac98
Signed by: alexander
GPG key ID: C8D8BE544A27C511

View file

@ -1,6 +1,6 @@
name : openslp
version : 2.0.0
release : 3
release : 4
source :
# The official repository has moved from SourceForge to GitHub.
# No releases have been made since 2013, but there is an abundance of commits with fixes.
@ -19,9 +19,9 @@ setup : |
%apply_patches
autoreconf -f -i
find . -name "CVS" | xargs rm -rf
%configure \
# Optimization flags for the `%configure` macro compilation break the service's stability, so the default call is used.
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc/openslp \