Accepting request 992166 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/992166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2022-08-05 17:49:28 +00:00 committed by Git OBS Bridge
parent 8ce00436e0
commit 7a28d7c7e9
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