Accepting request 1251128 from security:tls

OBS-URL: https://build.opensuse.org/request/show/1251128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl-3?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2025-03-08 16:51:16 +00:00 committed by Git OBS Bridge
commit ab574f714d
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 5 18:18:52 UTC 2025 - Lucas Mulling <lucas.mulling@suse.com>
- Introduce --without lto. When %{optflags} contains -flto=*, tests cases are
also built using -flto=* which significantly increases build times, this
option disables lto which improve iteration times when developing.
-------------------------------------------------------------------
Tue Feb 11 18:21:12 UTC 2025 - Lucas Mulling <lucas.mulling@suse.com>

View File

@ -21,6 +21,11 @@
%define _rname openssl
%define man_suffix 3ssl
%bcond_without lto
%if %{without lto}
%define _lto_cflags %{nil}
%endif
# Enable userspace livepatching.
%define livepatchable 1