llvm-3.7: fix build by -lpthread

This is strange. Morover, 3.6 builds fine without modifications.
This commit is contained in:
Vladimír Čunát 2015-10-04 10:12:56 +02:00
parent 7434b8c29f
commit 1004d44d80
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ in stdenv.mkDerivation rec {
"-DCAN_TARGET_i386=false"
];
NIX_LDFLAGS = "-lpthread"; # no idea what's the problem
postBuild = ''
rm -fR $out