Merge pull request #218523 from amjoseph-nixpkgs/pr/baresip/enableParallelBuilding

baresip: enableParallelBuilding=true
This commit is contained in:
Weijia Wang 2023-02-27 12:12:18 +02:00 committed by GitHub
commit 74038a7e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,8 @@ stdenv.mkDerivation rec {
++ lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.cc.libc}"
;
enableParallelBuilding = true;
env.NIX_CFLAGS_COMPILE = '' -I${librem}/include/rem -I${gsm}/include/gsm
-DHAVE_INTTYPES_H -D__GLIBC__
-D__need_timeval -D__need_timespec -D__need_time_t '';