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:
commit
e51c3c227c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user