Accepting request 1074006 from home:marxin:branches:Virtualization

- Enable LTO as it works fine.

OBS-URL: https://build.opensuse.org/request/show/1074006
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libnbd?expand=0&rev=22
This commit is contained in:
James Fehlig 2023-03-23 22:01:58 +00:00 committed by Git OBS Bridge
parent 881fba574d
commit 9376b896a5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 23 16:15:44 UTC 2023 - Martin Liška <mliska@suse.cz>
- Enable LTO as it works fine.
-------------------------------------------------------------------
Thu Oct 13 21:25:07 UTC 2022 - jfehlig@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libnbd
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -111,7 +111,7 @@ for %{name}.
%autosetup -p1
%build
%define _lto_cflags %{nil}
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
autoreconf -fiv
%configure \
--enable-fuse \