diff options
Diffstat (limited to 'dev-cpp/tbb/tbb-2021.5.0-r1.ebuild')
-rw-r--r-- | dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild index edfd4bd37ec7..adb066b4c2d9 100644 --- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild +++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake-multilib +inherit cmake-multilib flag-o-matic DESCRIPTION="High level abstract threading library" HOMEPAGE="https://github.com/oneapi-src/oneTBB" @@ -39,6 +39,12 @@ PATCHES=( ) src_configure() { + # Workaround for bug #912210 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + + # Workaround for bug #912210 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + local mycmakeargs=( -DTBB_TEST=$(usex test) -DTBB_ENABLE_IPO=OFF |