summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bbswitch
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-12 02:14:52 +0000
committerRobin Gloster <mail@glob.in>2016-02-12 02:14:52 +0000
commitc3a98e7521f2afd8e10ccee0716bd23ce86966d3 (patch)
treee64f58436312edd6b8e2fc28a823b0f6b5ce3505 /pkgs/os-specific/linux/bbswitch
parentc72652baee8f73c50652c9f0cd8d590702950134 (diff)
downloadnixpkgs-c3a98e7521f2afd8e10ccee0716bd23ce86966d3.tar
nixpkgs-c3a98e7521f2afd8e10ccee0716bd23ce86966d3.tar.gz
nixpkgs-c3a98e7521f2afd8e10ccee0716bd23ce86966d3.tar.bz2
nixpkgs-c3a98e7521f2afd8e10ccee0716bd23ce86966d3.tar.lz
nixpkgs-c3a98e7521f2afd8e10ccee0716bd23ce86966d3.tar.xz
nixpkgs-c3a98e7521f2afd8e10ccee0716bd23ce86966d3.tar.zst
nixpkgs-c3a98e7521f2afd8e10ccee0716bd23ce86966d3.zip
linuxPackages.bbswitch: turn off pic hardening
Diffstat (limited to 'pkgs/os-specific/linux/bbswitch')
-rw-r--r--pkgs/os-specific/linux/bbswitch/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/bbswitch/default.nix b/pkgs/os-specific/linux/bbswitch/default.nix
index ec1e5f2e20b..2c91bfbd10f 100644
--- a/pkgs/os-specific/linux/bbswitch/default.nix
+++ b/pkgs/os-specific/linux/bbswitch/default.nix
@@ -20,6 +20,8 @@ stdenv.mkDerivation {
     sha256 = "1lbr6pyyby4k9rn2ry5qc38kc738d0442jhhq57vmdjb6hxjya7m";
   }) ];
 
+  hardening_pic = false;
+
   preBuild = ''
     substituteInPlace Makefile \
       --replace "\$(shell uname -r)" "${kernel.modDirVersion}" \