Accepting request 1075172 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/1075172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=142
This commit is contained in:
Dominique Leuenberger 2023-03-30 20:50:43 +00:00 committed by Git OBS Bridge
commit 17b0c42ce5
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/}"