Accepting request 1228472 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1228472 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=58
This commit is contained in:
commit
57d58f812a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 20:39:51 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Reenable pma tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 08:39:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
13
gawk.spec
13
gawk.spec
@ -46,11 +46,7 @@ export CFLAGS="%{optflags}"
|
||||
%configure
|
||||
%if %{do_profiling}
|
||||
%make_build CFLAGS="$CFLAGS %{cflags_profile_generate}" LDFLAGS="-fprofile-arcs"
|
||||
%make_build check \
|
||||
%if 0%{?qemu_user_space_build}
|
||||
NEED_PMA= \
|
||||
%endif
|
||||
%{nil}
|
||||
%make_build check
|
||||
%make_build clean
|
||||
%make_build CFLAGS="$CFLAGS %{cflags_profile_feedback}" LDFLAGS="-fprofile-arcs"
|
||||
%else
|
||||
@ -58,12 +54,7 @@ export CFLAGS="%{optflags}"
|
||||
%endif
|
||||
|
||||
%check
|
||||
# Disable pma tests when running in linux-user emulation (bsc#1203140)
|
||||
%make_build check \
|
||||
%if 0%{?qemu_user_space_build}
|
||||
NEED_PMA= \
|
||||
%endif
|
||||
%{nil}
|
||||
%make_build check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user