Accepting request 1243466 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1243466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=59
This commit is contained in:
Ana Guerrero 2025-02-07 21:46:34 +00:00 committed by Git OBS Bridge
commit 2c6fae5a1e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 27 07:55:53 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Stop using -fprofile-arcs in the final build
instrumentation is not wanted there and
it broke reproducible builds (boo#1040589)
-------------------------------------------------------------------
Wed Dec 4 20:39:51 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@ -48,7 +48,7 @@ export CFLAGS="%{optflags}"
%make_build CFLAGS="$CFLAGS %{cflags_profile_generate}" LDFLAGS="-fprofile-arcs"
%make_build check
%make_build clean
%make_build CFLAGS="$CFLAGS %{cflags_profile_feedback}" LDFLAGS="-fprofile-arcs"
%make_build CFLAGS="$CFLAGS %{cflags_profile_feedback}"
%else
%make_build
%endif