mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
otpw: disable stackprotector hardening
This commit is contained in:
parent
bd0b68f59a
commit
9e47acb89d
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ pam ];
|
||||
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.cl.cam.ac.uk/~mgk25/otpw.html;
|
||||
description = "A one-time password login package";
|
||||
|
|
Loading…
Reference in a new issue