Merge pull request #40799 from lopsided98/tmon-lib-gcc-s
tmon: fix missing libgcc_s.so required by pthreads
This commit is contained in:
commit
f814d8ffb4
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
makeFlags = kernel.makeFlags ++ [ "INSTALL_ROOT=\"$(out)\"" "BINDIR=bin" ];
|
||||
NIX_CFLAGS_LINK = "-lgcc_s";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue