baresip: enableParallelBuilding=true
This commit is contained in:
parent
a4c8109f60
commit
7e0e052817
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ stdenv.mkDerivation rec {
|
||||||
++ lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.cc.libc}"
|
++ lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.cc.libc}"
|
||||||
;
|
;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
env.NIX_CFLAGS_COMPILE = '' -I${librem}/include/rem -I${gsm}/include/gsm
|
env.NIX_CFLAGS_COMPILE = '' -I${librem}/include/rem -I${gsm}/include/gsm
|
||||||
-DHAVE_INTTYPES_H -D__GLIBC__
|
-DHAVE_INTTYPES_H -D__GLIBC__
|
||||||
-D__need_timeval -D__need_timespec -D__need_time_t '';
|
-D__need_timeval -D__need_timespec -D__need_time_t '';
|
||||||
|
|
Loading…
Reference in a new issue