linuxPackages.virtualbox: disable fortify/pic/stackprotector
This commit is contained in:
parent
1fb09c1e7d
commit
1b4ec4b495
@ -74,6 +74,8 @@ in stdenv.mkDerivation {
|
||||
++ optional pythonBindings python
|
||||
++ optional pulseSupport libpulseaudio;
|
||||
|
||||
hardeningDisable = [ "fortify" "pic" "stackprotector" ];
|
||||
|
||||
prePatch = ''
|
||||
set -x
|
||||
MODULES_BUILD_DIR=`echo ${kernel.dev}/lib/modules/*/build`
|
||||
|
Loading…
x
Reference in New Issue
Block a user