FreeBSD Bugzilla – Attachment 245488 Details for
Bug 274337
devel/onetbb: fix build with lld 17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/onetbb: fix build with lld 17
devel__onetbb-fix-lld17-build-1.diff (text/plain), 604 bytes, created by
Dimitry Andric
on 2023-10-07 16:52:49 UTC
(
hide
)
Description:
devel/onetbb: fix build with lld 17
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2023-10-07 16:52:49 UTC
Size:
604 bytes
patch
obsolete
>diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile >index ae0022a7ae78..4b4eaccf0be0 100644 >--- a/devel/onetbb/Makefile >+++ b/devel/onetbb/Makefile >@@ -18,6 +18,11 @@ CMAKE_ARGS+= -DTBB_STRICT:BOOL=FALSE \ > -DCMAKE_HWLOC_2_LIBRARY_PATH:PATH="${LOCALBASE}/lib/libhwloc.so" \ > -DCMAKE_HWLOC_2_INCLUDE_PATH:PATH="${LOCALBASE}/include" > >+# Many symbols in the linker version scripts are undefined because link time >+# optimization (-flto=thin) removes them. Suppress errors with lld >= 17 due to >+# these undefined symbols. >+LDFLAGS+= -Wl,--undefined-version >+ > CONFLICTS= tbb > > USE_GITHUB= yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274337
: 245488