linuxPackages.vhba: enable PIC
When this was added in 2128224620
("linuxPackages.vhba: disable PIC hardening"),
it was necessary to prevent a build failure. Since it now builds fine
with PIC enabled, I think it's safe to enable it.
This commit is contained in:
parent
ead3028db0
commit
9b861bd3b0
@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "INSTALL_MOD_PATH=$(out)" ];
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Provides a Virtual (SCSI) HBA";
|
||||
homepage = "http://cdemu.sourceforge.net/about/vhba/";
|
||||
|
Loading…
Reference in New Issue
Block a user