llvm_4: fix build with gcc8

This commit is contained in:
Franz Pletz 2019-09-03 21:24:40 +02:00
parent aafc6d09e7
commit e3434a3c36
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -46,6 +46,14 @@ stdenv.mkDerivation (rec {
propagatedBuildInputs = [ ncurses zlib ];
patches = [
(fetchpatch {
name = "0001-Fix-return-type-in-ORC-readMem-client-interface.patch";
url = "https://bugzilla.redhat.com/attachment.cgi?id=1389687";
sha256 = "0ga2123aclq3x9w72d0rm0az12m8c1i4r1106vh701hf4cghgbch";
})
];
# TSAN requires XPC on Darwin, which we have no public/free source files for. We can depend on the Apple frameworks
# to get it, but they're unfree. Since LLVM is rather central to the stdenv, we patch out TSAN support so that Hydra
# can build this. If we didn't do it, basically the entire nixpkgs on Darwin would have an unfree dependency and we'd