From 53592836293c90edba8bc7d31f8dea48a0613f79 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Wed, 10 Jul 2024 11:01:55 +0200 Subject: [PATCH] Enable LTO --- oniguruma.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/oniguruma.spec b/oniguruma.spec index fb0ccb3..685f64b 100644 --- a/oniguruma.spec +++ b/oniguruma.spec @@ -21,7 +21,7 @@ #%%global betaver rc4 #%%define prerelease 1 -%global baserelease 4 +%global baserelease 5 Name: oniguruma Version: %{mainver}%{?postver:.%postver}%{?gitversion:^%{?gitversion}} @@ -66,7 +66,7 @@ developing applications that use %{name}. # This package fails its testsuite when compiled with LTO, but the real problem # is that it ends up mixing and matching regexp bits between itself and glibc. # Disable LTO -%define _lto_cflags %{nil} +#%%define _lto_cflags %%{nil} %if 0%{?git_snapshot} autoreconf -fi @@ -124,6 +124,9 @@ autoreconf -fi %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Jul 10 2024 Vitezslav Crhonek - 6.9.9-5 +- Enable LTO + * Mon Jun 24 2024 Troy Dawson - 6.9.9-4 - Bump release for June 2024 mass rebuild