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:
commit
ab574f714d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user