usrsctp: enable parallel building

master
Andreas Wiese 2 years ago
parent d41bbf5963
commit d2b6651201
  1. 2
      pkgs/usrsctp/default.nix

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ which libtool autoconf automake ];
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-O2";
preConfigure = "./bootstrap";

Loading…
Cancel
Save