Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #55070 from lopsided98/lkl-hijack-fix

lkl: install liblkl.so and liblkl-hijack.so

authored by

Joachim F and committed by
GitHub
6e8ce991 3bfab849

+3 -1
+3 -1
pkgs/applications/virtualization/lkl/default.nix
··· 30 cp tools/lkl/{cptofs,fs2tar,lklfuse} $out/bin 31 ln -s cptofs $out/bin/cpfromfs 32 cp -r tools/lkl/include $dev/ 33 - cp tools/lkl/liblkl*.{a,so} $lib/lib 34 ''; 35 36 # We turn off format and fortify because of these errors (fortify implies -O2, which breaks the jitter entropy code):
··· 30 cp tools/lkl/{cptofs,fs2tar,lklfuse} $out/bin 31 ln -s cptofs $out/bin/cpfromfs 32 cp -r tools/lkl/include $dev/ 33 + cp tools/lkl/liblkl.a \ 34 + tools/lkl/lib/liblkl.so \ 35 + tools/lkl/lib/hijack/liblkl-hijack.so $lib/lib 36 ''; 37 38 # We turn off format and fortify because of these errors (fortify implies -O2, which breaks the jitter entropy code):