Skip to content

Commit

Permalink
spdk: fix sandboxed build
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed May 21, 2018
1 parent 3995b58 commit 03c61b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/spdk/default.nix
Expand Up @@ -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.
Expand Down

0 comments on commit 03c61b7

Please sign in to comment.