mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
PR: 280749 Sponsored by: Framework Computer Inc Sponsored by: The FreeBSD Foundation Co-authored-by: SHENG-YI HONG <aokblast@FreeBSD.org>
10 lines
373 B
Text
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,
|