Убран макрос конфигурирования из-за включенных флагов оптимизации компиляции, что негативно влияет на работу сервиса slpd
Some checks failed
Build / Build project (push) Failing after 43s
Some checks failed
Build / Build project (push) Failing after 43s
This commit is contained in:
parent
6b36b7da32
commit
1fd3d8ac98
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
name : openslp
|
name : openslp
|
||||||
version : 2.0.0
|
version : 2.0.0
|
||||||
release : 3
|
release : 4
|
||||||
source :
|
source :
|
||||||
# The official repository has moved from SourceForge to GitHub.
|
# 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.
|
# No releases have been made since 2013, but there is an abundance of commits with fixes.
|
||||||
|
@ -19,9 +19,9 @@ setup : |
|
||||||
%apply_patches
|
%apply_patches
|
||||||
|
|
||||||
autoreconf -f -i
|
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 \
|
--prefix=/usr \
|
||||||
--sbindir=/usr/bin \
|
--sbindir=/usr/bin \
|
||||||
--sysconfdir=/etc/openslp \
|
--sysconfdir=/etc/openslp \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue