Accepting request 991862 from home:coolo:branches:devel:libraries:c_c++

- Fix the profiling call to be non-parallel again (fighting spec cleaner)

OBS-URL: https://build.opensuse.org/request/show/991862
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=59
This commit is contained in:
Dirk Mueller 2022-08-02 06:40:19 +00:00 committed by Git OBS Bridge
parent 01d7c2e840
commit 8494f85c29
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 31 06:54:48 UTC 2022 - Stephan Kulow <coolo@suse.com>
- Fix the profiling call to be non-parallel again (fighting spec cleaner)
-------------------------------------------------------------------
Thu May 5 08:15:44 UTC 2022 - pgajdos@suse.com

View File

@ -189,7 +189,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
export LANG=POSIX
# do not run profiling in parallel for reproducible builds (boo#1040589 boo#1102408)
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}" check
%make_build -j1 CFLAGS="%{optflags} %{cflags_profile_generate}" check
%make_build clean
%make_build CFLAGS="%{optflags} %{cflags_profile_feedback}"
%else