From: psykose Date: Wed, 22 May 2024 10:23:55 +0000 (+0000) Subject: pam_lastlog2: remove symbol that doesn't exist from version script X-Git-Tag: v2.42-start~321^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1361b5d3db512b00bc1dc1016b6ea178bd018f9;p=thirdparty%2Futil-linux.git 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 --- diff --git a/pam_lastlog2/src/pam_lastlog2.sym b/pam_lastlog2/src/pam_lastlog2.sym index 1633155d7..88ef3e8b9 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 +};