Accepting request 697396 from home:marxin:branches:filesystems

- Move definition of _lto_cflags into %build.

OBS-URL: https://build.opensuse.org/request/show/697396
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse?expand=0&rev=73
This commit is contained in:
David Sterba 2019-04-24 14:21:43 +00:00 committed by Git OBS Bridge
parent 077a26fe90
commit 558613951f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 24 08:59:55 UTC 2019 - Martin Liška <mliska@suse.cz>
- Move definition of _lto_cflags into %build.
-------------------------------------------------------------------
Tue Apr 23 12:37:32 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -149,13 +149,13 @@ space file systems which can be found at
https://github.com/libfuse/libfuse/wiki/
%prep
%define _lto_cflags %{nil}
%setup -q
%patch0 -p1
%patch3 -p1
%patch4
%build
%define _lto_cflags %{nil}
export CFLAGS="%{optflags} -g -fno-strict-aliasing"
export MOUNT_FUSE_PATH=%{_sbindir}
autoreconf -fi