From 1fd3d8ac987c73f9717302cbc6a1f1f3fc1d5341 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Wed, 7 May 2025 02:19:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D0=BC=D0=B0?= =?UTF-8?q?=D0=BA=D1=80=D0=BE=D1=81=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= =?UTF-8?q?=D1=83=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=B8=D0=B7-=D0=B7=D0=B0=20=D0=B2=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=BD=D1=8B=D1=85=20=D1=84=D0=BB=D0=B0=D0=B3=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=BE=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=B8=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=B8=D0=BB=D1=8F=D1=86?= =?UTF-8?q?=D0=B8=D0=B8,=20=D1=87=D1=82=D0=BE=20=D0=BD=D0=B5=D0=B3=D0=B0?= =?UTF-8?q?=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=20=D0=B2=D0=BB=D0=B8=D1=8F=D0=B5?= =?UTF-8?q?=D1=82=20=D0=BD=D0=B0=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=83=20?= =?UTF-8?q?=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=D0=B0=20slpd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 \