ports/security/fprintd/files/patch-pam_meson.build
Li-Wen Hsu 9df397cfbf
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>
2024-10-16 04:30:49 +08:00

10 lines
373 B
Text

--- 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,