db: fix all versions with libc++3.8

This commit is contained in:
Daiderd Jordan
2016-11-13 23:02:00 +01:00
parent c7d1925b6e
commit b82ad1ba76
10 changed files with 286 additions and 106 deletions
+1 -4
View File
@@ -3,9 +3,6 @@
import ./generic.nix (args // rec {
version = "5.3.28";
sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
branch = "5.3";
# https://community.oracle.com/thread/3952592
# this patch renames some sybols that conflict with libc++-3.8
# symbols: atomic_compare_exchange, atomic_init, store
license = stdenv.lib.licenses.agpl3;
extraPatches = [ ./clang-5.3.patch ];
})