Accepting request 1074037 from Virtualization

OBS-URL: https://build.opensuse.org/request/show/1074037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnbd?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2023-03-24 14:21:24 +00:00 committed by Git OBS Bridge
commit 866cbccbed
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 \