diff --git a/package.yml b/package.yml index 2a4feda..458a593 100644 --- a/package.yml +++ b/package.yml @@ -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 \