FreeBSD Bugzilla – Attachment 245095 Details for
Bug 274000
devel/talloc: fix build with lld 17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/talloc: fix build with lld 17
devel__talloc-fix-lld17-build-1.diff (text/plain), 621 bytes, created by
Dimitry Andric
on 2023-09-21 16:45:40 UTC
(
hide
)
Description:
devel/talloc: fix build with lld 17
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2023-09-21 16:45:40 UTC
Size:
621 bytes
patch
obsolete
>diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile >index e90c895d26e9..336d9a923b9c 100644 >--- a/devel/talloc/Makefile >+++ b/devel/talloc/Makefile >@@ -50,6 +50,10 @@ CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} > CFLAGS_clang= -fno-color-diagnostics > CONFIGURE_ENV+= NOCOLOR=yes > MAKE_ENV+= NOCOLOR=yes >+# Some symbols in talloc's linker version scripts are not defined, but since the >+# scripts are generated dynamically, suppress errors with lld >= 17 due to these >+# undefined symbols. >+LDFLAGS+= -Wl,--undefined-version > > post-patch: > @${REINPLACE_CMD} -e 's|%%PKGCONFIGDIR%%|${PKGCONFIGDIR}|g' \
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 274000
: 245095