usrsctp: enable parallel building

master
Andreas Wiese 2021-05-10 19:00:42 +02:00
parent d41bbf5963
commit d2b6651201
1 changed files with 2 additions and 0 deletions

View File

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