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.
wip/nixpkgs-raku
Alyssa Ross 3 years ago
parent ead3028db0
commit 9b861bd3b0
  1. 2
      pkgs/misc/emulators/cdemu/vhba.nix

@ -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…
Cancel
Save