Package Details: pam_panic 0.3.5-3

Git Clone URL: https://aur.archlinux.org/pam_panic.git (read-only, click to copy)
Package Base: pam_panic
Description: A PAM module that protects sensitive data and provides a panic function for emergency situations. Authentication through passwords or removable media.
Upstream URL: https://github.com/pampanic/pam_panic
Licenses: GPL3
Submitter: Bandie
Maintainer: Bandie
Last Packager: Bandie
Votes: 1
Popularity: 0.000000
First Submitted: 2018-08-12 19:05 (UTC)
Last Updated: 2023-03-30 20:19 (UTC)

Latest Comments

Bandie commented on 2023-03-22 19:49 (UTC)

@root.nix I added locale.h in the source. Does this help?

linux-aarhus commented on 2023-01-31 10:21 (UTC)

Building fails with error

pam_panic_pw.c: In function ‘main’:
pam_panic_pw.c:62:3: warning: implicit declaration of function ‘setlocale’ [-Wimplicit-function-declaration]
   62 |   setlocale(LC_ALL, "");
      |   ^~~~~~~~~
pam_panic_pw.c:62:13: error: ‘LC_ALL’ undeclared (first use in this function)
   62 |   setlocale(LC_ALL, "");
      |             ^~~~~~

Bandie commented on 2020-09-19 08:37 (UTC)

@micwoj92 Thanks, I missed that!

micwoj92 commented on 2020-09-18 04:42 (UTC)

configure: error: Please install po4a before building pam_panic.