x86info: disable fortify3 hardening flag

This commit is contained in:
Theodore Ni 2023-07-12 22:45:30 -07:00
parent 91b10b224b
commit 8275047a79
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
pciutils
];
# causes redefinition of _FORTIFY_SOURCE
hardeningDisable = [ "fortify3" ];
postBuild = ''
patchShebangs lsmsr/createheader.py
make -C lsmsr