FreeBSD Bugzilla – Attachment 245310 Details for
Bug 274146
databases/tdb: fix build with lld 17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
databases/tdb: fix build with lld 17
databases__tdb-fix-lld17-build-1.diff (text/plain), 788 bytes, created by
Dimitry Andric
on 2023-09-28 17:09:49 UTC
(
hide
)
Description:
databases/tdb: fix build with lld 17
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2023-09-28 17:09:49 UTC
Size:
788 bytes
patch
obsolete
>commit b2d3ff4086f4396ea256be61fab063c2f7faa7bf >Author: Dimitry Andric <dim@FreeBSD.org> >Date: 2023-09-28T19:07:19+02:00 > > databases/tdb: fix build with lld 17 > >diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile >index 7c96b97b87f1..e3d3ca3b047e 100644 >--- a/databases/tdb/Makefile >+++ b/databases/tdb/Makefile >@@ -52,6 +52,10 @@ CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} > CFLAGS_clang= -fno-color-diagnostics > CONFIGURE_ENV+= NOCOLOR=yes > MAKE_ENV+= NOCOLOR=yes >+# Some symbols in tdb'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 274146
: 245310