1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/fprintd: Workaround lld argument parsing issue to fix build on 14

PR:		280749
Sponsored by:	Framework Computer Inc
Sponsored by:	The FreeBSD Foundation
Co-authored-by:	SHENG-YI HONG <aokblast@FreeBSD.org>
This commit is contained in:
Li-Wen Hsu 2024-10-16 04:30:49 +08:00
parent 9898e2ebc0
commit 9df397cfbf
No known key found for this signature in database
GPG Key ID: 7377A4A02A2954DD

View File

@ -0,0 +1,10 @@
--- pam/meson.build.orig 2024-10-12 07:44:21 UTC
+++ pam/meson.build
@@ -26,6 +26,7 @@ pam_fprintd = shared_module('pam_fprintd',
link_args: [
'-Wl,--version-script,@0@/@1@'.format(meson.source_root(), mapfile[0]),
'-Wl,--unresolved-symbols=report-all',
+ '-Wl,--allow-shlib-undefined',
],
link_depends: mapfile,
install: true,