3
0
Fork 0
forked from mirrors/nixpkgs

foundationdb61: fix build w/glibc-2.30

This commit is contained in:
Maximilian Bosch 2020-01-23 09:33:34 +01:00
parent 7fea9df027
commit c36d8a8338
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -24,6 +24,11 @@ let
sha256 = "11y434w68cpk7shs2r22hyrpcrqi8vx02cw7v5x79qxvnmdxv2an";
};
glibc230-fix = fetchpatch {
url = "https://github.com/Ma27/foundationdb/commit/e133cb974b9a9e4e1dc2d4ac15881d31225c0197.patch";
sha256 = "1v9q2fyc73msigcykjnbmfig45zcrkrzcg87b0r6mxpnby8iryl1";
};
in with builtins; {
# Older versions use the bespoke 'vsmake' build system
@ -76,6 +81,7 @@ in with builtins; {
patches = [
./patches/clang-libcxx.patch
./patches/suppress-clang-warnings.patch
glibc230-fix
];
};