commit: 6bd8af7bb55ace12e2788f4770ddfca3b834c76d Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Jun 28 19:51:40 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jun 29 23:53:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd8af7b
dev-libs/intel-compute-runtime: force disable gold Closes: https://bugs.gentoo.org/933096 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild index fdcd36bcc742..3b2e233a358b 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild @@ -67,6 +67,7 @@ src_configure() { -DCMAKE_INSTALL_LIBDIR="$(get_libdir)" -DBUILD_WITH_L0="$(usex l0)" -DDISABLE_LIBVA="$(usex !vaapi)" + -DNEO_DISABLE_LD_GOLD="ON" -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include" -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include" -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
