x86info: disable fortify3 hardening flag
This commit is contained in:
parent
91b10b224b
commit
8275047a79
@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
|
||||
pciutils
|
||||
];
|
||||
|
||||
# causes redefinition of _FORTIFY_SOURCE
|
||||
hardeningDisable = [ "fortify3" ];
|
||||
|
||||
postBuild = ''
|
||||
patchShebangs lsmsr/createheader.py
|
||||
make -C lsmsr
|
||||
|
Loading…
Reference in New Issue
Block a user