From 8494f85c29f7f502079495d61c69319104a2bf3918a61e8bca3c74aa190b1d97 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Aug 2022 06:40:19 +0000 Subject: [PATCH] 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 --- pcre2.changes | 5 +++++ pcre2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pcre2.changes b/pcre2.changes index 036ebd8..3eaa7c0 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 31 06:54:48 UTC 2022 - Stephan Kulow + +- Fix the profiling call to be non-parallel again (fighting spec cleaner) + ------------------------------------------------------------------- Thu May 5 08:15:44 UTC 2022 - pgajdos@suse.com diff --git a/pcre2.spec b/pcre2.spec index 693f415..9baffe7 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -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