disk_indicator: turn off hardening fortify
This commit is contained in:
parent
d12ff64f25
commit
543dfcc686
@ -19,6 +19,7 @@ stdenv.mkDerivation {
|
||||
buildPhase = "make -f makefile";
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
||||
hardening_fortify = false;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$out/bin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user