mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
dlx: disable format hardening
This commit is contained in:
parent
46323899bc
commit
7e81a4294d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
makeFlags = "LINK=gcc CFLAGS=-O2";
|
makeFlags = "LINK=gcc CFLAGS=-O2";
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/include/dlx $out/share/dlx/{examples,doc} $out/bin
|
mkdir -p $out/include/dlx $out/share/dlx/{examples,doc} $out/bin
|
||||||
mv -v masm mon dasm $out/bin/
|
mv -v masm mon dasm $out/bin/
|
||||||
|
|
Loading…
Reference in a new issue