forked from mirrors/nixpkgs
stardust: disable format hardening
This commit is contained in:
parent
282d03c4b0
commit
dcf103284f
|
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installFlags = [ "bindir=\${out}/bin" ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
postConfigure = ''
|
||||
substituteInPlace config.h \
|
||||
--replace '#define PACKAGE ""' '#define PACKAGE "stardust"'
|
||||
|
|
Loading…
Reference in a new issue