mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
linuxPackages.ati_drivers_x11: disable pic & format hardening
This commit is contained in:
parent
a8deb8d647
commit
f5c9f99877
@ -65,6 +65,8 @@ stdenv.mkDerivation rec {
|
||||
curlOpts = "--referer http://support.amd.com/en-us/download/desktop?os=Linux+x86_64";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" "format" ];
|
||||
|
||||
patchPhaseSamples = "patch -p2 < ${./patches/patch-samples.patch}";
|
||||
patches = [
|
||||
./patches/15.12-xstate-fp.patch
|
||||
|
Loading…
Reference in New Issue
Block a user