spdk: fix sandboxed build

This commit is contained in:
Orivej Desh 2018-05-21 03:39:54 +00:00
parent 3995b586a5
commit 03c61b71f9

View File

@ -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.