stardust: disable format hardening
This commit is contained in:
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = [ "bindir=\${out}/bin" ];
|
installFlags = [ "bindir=\${out}/bin" ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
substituteInPlace config.h \
|
substituteInPlace config.h \
|
||||||
--replace '#define PACKAGE ""' '#define PACKAGE "stardust"'
|
--replace '#define PACKAGE ""' '#define PACKAGE "stardust"'
|
||||||
|
|||||||
Reference in New Issue
Block a user