FreeBSD Bugzilla – Attachment 249056 Details for
Bug 276542
Building heimdal from source fails on llvm16 and llvm17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security/heimdal: fix build with lld 17
security__heimdal-fix-lld17-build-1.diff (text/plain), 1.12 KB, created by
Dimitry Andric
on 2024-03-09 20:53:40 UTC
(
hide
)
Description:
security/heimdal: fix build with lld 17
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2024-03-09 20:53:40 UTC
Size:
1.12 KB
patch
obsolete
>commit 9137867d84e314d4e045d015d1b9e8a11bcbb2e7 >Author: Dimitry Andric <dim@FreeBSD.org> >Date: 2024-03-09T21:50:48+01:00 > > security/heimdal: fix build with lld 17 > > Some symbols in the linker version script version-script.map are undefined > because the configure script detects native support for required > functionality. Suppress errors with lld >= 17 due to these undefined symbols. > > PR: 276542 > Reported by: Minsoo Choo <minsoochoo0122@proton.me> > MFH: 2024Q1 > >diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile >index 51e1bb3f096d..9a6d9bb34748 100644 >--- a/security/heimdal/Makefile >+++ b/security/heimdal/Makefile >@@ -50,6 +50,11 @@ USE_RC_SUBR= ipropd_master ipropd_slave > .endif > INFO= heimdal hx509 > >+# Some symbols in the linker version script version-script.map are undefined >+# because the configure script detects native support for required >+# functionality. Suppress errors with lld >= 17 due to these undefined symbols. >+LDFLAGS+= -Wl,--undefined-version >+ > MAKE_JOBS_UNSAFE= yes > > OPTIONS_DEFINE= IPV6 BDB LMDB SQLITE LDAP PKINIT DIGEST KX509 CRACKLIB
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 276542
:
248205
| 249056