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:
parent
077a26fe90
commit
558613951f
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user