From a1361b5d3db512b00bc1dc1016b6ea178bd018f9 Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 22 May 2024 10:23:55 +0000 Subject: [PATCH] pam_lastlog2: remove symbol that doesn't exist from version script otherwise ld.lld by default errors with ld: error: version script assignment of 'global' to symbol 'pam_sm_chauthtok' failed: symbol not defined since the symbol is not in the library --- pam_lastlog2/src/pam_lastlog2.sym | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pam_lastlog2/src/pam_lastlog2.sym b/pam_lastlog2/src/pam_lastlog2.sym index 1633155d73..88ef3e8b9d 100644 --- a/pam_lastlog2/src/pam_lastlog2.sym +++ b/pam_lastlog2/src/pam_lastlog2.sym @@ -3,9 +3,8 @@ global: pam_sm_acct_mgmt; pam_sm_authenticate; - pam_sm_chauthtok; pam_sm_close_session; pam_sm_open_session; pam_sm_setcred; local: *; -}; \ No newline at end of file +}; -- 2.47.2