Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 736153dcbbd5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 73679b51f4e2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 6, 2019

  1. 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`.
    thefloweringash committed Jun 6, 2019
    Copy the full SHA
    b8a6649 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62777 from thefloweringash/mariadb-clang

    mariadb: fix clang and darwin build
    matthewbauer committed Jun 6, 2019
    Copy the full SHA
    73679b5 View commit details
    Browse the repository at this point in the history