bbswitch: add libelf to buildInputs
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
This commit is contained in:
parent
d1bfa7ee08
commit
a3c45b383d
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, kernel }:
|
{ stdenv, fetchurl, fetchpatch, kernel, libelf }:
|
||||||
|
|
||||||
let
|
let
|
||||||
baseName = "bbswitch";
|
baseName = "bbswitch";
|
||||||
@ -20,6 +20,8 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1lbr6pyyby4k9rn2ry5qc38kc738d0442jhhq57vmdjb6hxjya7m";
|
sha256 = "1lbr6pyyby4k9rn2ry5qc38kc738d0442jhhq57vmdjb6hxjya7m";
|
||||||
}) ];
|
}) ];
|
||||||
|
|
||||||
|
buildInputs = [ libelf ];
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user