beep: disable fortify3 hardening flag
This commit is contained in:
parent
2c0610c52e
commit
bf5598072e
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [ "prefix=${placeholder "out"}"];
|
||||
|
||||
# causes redefinition of _FORTIFY_SOURCE
|
||||
hardeningDisable = [ "fortify3" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The advanced PC speaker beeper";
|
||||
homepage = "https://github.com/spkr-beep/beep";
|
||||
|
|
Loading…
Reference in a new issue