Fix configure statement

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-01-08 11:52:06 +02:00
parent cf4b65a25c
commit fb4b05e13f
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,11 @@ fabric software library.
%patch0 -p2
%build
%configure --with-valgrind
%configure \
%ifarch %{valgrind_arches}
--with-valgrind
%endif
make %{?_smp_mflags} V=1
%install