Fix test broken by update in zlib on s390x

This commit is contained in:
Jitka Plesnikova 2024-02-22 13:32:12 +01:00 committed by root
parent 6983547d41
commit 0446a80578
2 changed files with 9 additions and 0 deletions

1
.perl.metadata Normal file
View File

@ -0,0 +1 @@
1fb4f710d139da1e1a3e1fa4eaba201fcaa8e18e perl-5.32.1.tar.xz

View File

@ -4692,11 +4692,19 @@ pushd t
popd
%if %{parallel_tests}
JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/')
%ifarch s390 s390x
LC_ALL=C TEST_JOBS=$JOBS make test_harness DFLTCC=0
%else
LC_ALL=C TEST_JOBS=$JOBS make test_harness
%endif
%else
%ifarch s390 s390x
LC_ALL=C make test DFLTCC=0
%else
LC_ALL=C make test
%endif
%endif
%endif
%ldconfig_scriptlets libs