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:
parent
9898e2ebc0
commit
9df397cfbf
10
security/fprintd/files/patch-pam_meson.build
Normal file
10
security/fprintd/files/patch-pam_meson.build
Normal 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,
|
Loading…
Reference in New Issue
Block a user