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";
|
curlOpts = "--referer http://support.amd.com/en-us/download/desktop?os=Linux+x86_64";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningDisable = [ "pic" "format" ];
|
||||||
|
|
||||||
patchPhaseSamples = "patch -p2 < ${./patches/patch-samples.patch}";
|
patchPhaseSamples = "patch -p2 < ${./patches/patch-samples.patch}";
|
||||||
patches = [
|
patches = [
|
||||||
./patches/15.12-xstate-fp.patch
|
./patches/15.12-xstate-fp.patch
|
||||||
|
|
Loading…
Reference in New Issue