another arch location here

This commit is contained in:
Caolán McNamara 2017-02-17 15:45:50 +00:00
parent 9abb332365
commit 819ee49015

View File

@ -45,7 +45,7 @@ make %{?_smp_mflags}
%check
make check
%ifnarch s390 %{arm} %{mips}
%ifnarch s390 %{arm} %{mips} ppc64le
VALGRIND=memcheck make check
%endif