Use the %{valgrind_arches} macro instead of hardcoding unsupported arches

This commit is contained in:
Miro Hrončok 2018-08-05 13:45:58 +02:00
parent 046a3d0791
commit 65d04c003e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
%global with_systemtap 1
# some arches don't have valgrind so we need to disable its support on them
%ifnarch s390 %{mips}
%ifarch %{valgrind_arches}
%global with_valgrind 1
%else
%global with_valgrind 0