nixpkgs/pkgs/servers/sql/mariadb
Andrew Childs b8a6649797 mariadb: fix clang and darwin build
The contents of `clang-isfinite.patch` are no longer necessary after
upstream revision 031fa6d4258574379ca3c1cbe912d235e9581982, which
includes a similar change.

Building in c++11 mode removes support for the GCC `typeof` extension
in favor of the standardized `__typeof__`. This causes errors when
using the `strmake_buf` macro, which relies on `typeof`.
2019-06-07 00:29:40 +09:00
..
cmake-includedir.patch mariadb: cleanup obsolete code and fix upstream cmake 2017-12-29 02:18:35 +01:00
cmake-plugin-includedir.patch mariadb: 10.2.17 -> 10.3.15 2019-06-04 19:02:16 +03:00
default.nix mariadb: fix clang and darwin build 2019-06-07 00:29:40 +09:00
fix-c++11-narrowing-error.patch mariadb: fix clang and darwin build 2019-06-07 00:29:40 +09:00