From 1840c4f05c177c621c9f14f00c2a66180eeef83c994426302e43410175034aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 20 Apr 2022 07:01:37 +0000 Subject: [PATCH] Add one more dependency. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=26 --- mold.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mold.spec b/mold.spec index 4e19f53..f36cfef 100644 --- a/mold.spec +++ b/mold.spec @@ -32,6 +32,7 @@ BuildRequires: gcc10-c++ BuildRequires: gcc-c++ BuildRequires: clang BuildRequires: libdwarf-tools +BuildRequires: llvm-gold BuildRequires: mimalloc-devel BuildRequires: tbb-devel %ifarch x86_64 @@ -90,7 +91,7 @@ LIBEXECDIR=%{_libexecdir} \ %{build_args} %check -make test -e \ +make test -k -e \ PREFIX=%{_prefix} \ BINDIR=%{_bindir} \ MANDIR=%{_mandir} \