linuxPackages.virtualboxGuestAdditions: no pic hardening
This commit is contained in:
parent
33a0e63fbf
commit
859a150373
@ -17,6 +17,8 @@ stdenv.mkDerivation {
|
||||
|
||||
KERN_DIR = "${kernel.dev}/lib/modules/*/build";
|
||||
|
||||
hardening_pic = false;
|
||||
|
||||
buildInputs = [ patchelf cdrkit makeWrapper dbus ];
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user