Accepting request 1075157 from home:favogt:branches:devel:tools

- Build without -z now (bsc#1208407)

OBS-URL: https://build.opensuse.org/request/show/1075157
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=257
This commit is contained in:
Dirk Mueller 2023-03-29 09:02:00 +00:00 committed by Git OBS Bridge
parent 5b310a22d1
commit 30233c0474
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 29 08:17:25 UTC 2023 - Fabian Vogt <fvogt@suse.com>
- Build without -z now (bsc#1208407)
-------------------------------------------------------------------
Wed Oct 26 09:40:36 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -153,6 +153,8 @@ but it has been successfully used to optimize several KDE applications.
%build
%define _lto_cflags %{nil}
# The preloaded libs for intercepting rely on lazy binding (bsc#1208407)
export SUSE_ZNOW=0
export FLAGS="%{optflags}"
# not a good idea to build valgrind with fortify, as it does not link glibc
FLAGS="${FLAGS/-D_FORTIFY_SOURCE=2/}"