spdk: fix sandboxed build

wip/yesman
Orivej Desh 6 years ago
parent 3995b586a5
commit 03c61b71f9
  1. 4
      pkgs/development/libraries/spdk/default.nix

@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
buildInputs = [ cunit dpdk libaio libuuid numactl openssl ];
postPatch = ''
patchShebangs .
'';
configureFlags = [ "--with-dpdk=${dpdk}" ];
NIX_CFLAGS_COMPILE = [ "-mssse3" ]; # Necessary to compile.

Loading…
Cancel
Save