mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
intel-compute-runtime: disable fortify3 hardening flag
https://hydra.nixos.org/build/227425926/nixlog/2/tail
This commit is contained in:
parent
c4c0e2e2ec
commit
9becde5b94
@ -35,6 +35,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "drivers" ];
|
outputs = [ "out" "drivers" ];
|
||||||
|
|
||||||
|
# causes redefinition of _FORTIFY_SOURCE
|
||||||
|
hardeningDisable = [ "fortify3" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Avoid clash with intel-ocl
|
# Avoid clash with intel-ocl
|
||||||
mv $out/etc/OpenCL/vendors/intel.icd $out/etc/OpenCL/vendors/intel-neo.icd
|
mv $out/etc/OpenCL/vendors/intel.icd $out/etc/OpenCL/vendors/intel-neo.icd
|
||||||
|
Loading…
Reference in New Issue
Block a user