From f7d33825f28502086b9895e20d62d9b2af72385d Mon Sep 17 00:00:00 2001 From: Christoph Erhardt Date: Sat, 16 Apr 2022 17:14:15 +0200 Subject: [PATCH] Set correct version of bundled tbb --- mold.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mold.spec b/mold.spec index a869784..1201133 100644 --- a/mold.spec +++ b/mold.spec @@ -57,7 +57,7 @@ Requires(preun): %{_sbindir}/alternatives # API-incompatible with older tbb 2020.3 currently shipped by Fedora: # https://bugzilla.redhat.com/show_bug.cgi?id=2036372 -Provides: bundled(tbb) = 2021.3 +Provides: bundled(tbb) = 2021.5 %define build_args PREFIX=%{_prefix} LIBDIR=%{_libdir} CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cxxflags} -Wno-sign-compare" LDFLAGS="%{build_ldflags}" STRIP=echo SYSTEM_MIMALLOC=1