SHA256
1
0
forked from pool/gawk

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:
Ana Guerrero 2024-12-06 13:24:51 +00:00 committed by Git OBS Bridge
commit 57d58f812a
2 changed files with 7 additions and 11 deletions

View File

@ -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>

View File

@ -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