nixpkgs/pkgs/servers/sql/mariadb
Dan Callahan b0b0bb7e0b
mariadb: fix darwin build
We want to disable `PLUGIN_AUTH_PAM` when building:

1. `mariadb` on macOS.
2. `mariadb-client` on any platform

Unfortunately, the interaction of these two commits
  6c97b0486c
  7e43b4d0ae
created a situation where we disable it *twice* when building on macOS.
Once in a darwin-specific `prePatch` script, and again in the `patches`
section for client builds.

This removes the redundant `prePatch` script and conditionally applies
the patch to `mariadb` server builds on darwin.

Fixes #70835
2019-10-09 21:56:59 +01:00
..
connector-c Re-Revert "Merge branch 'staging-next'" 2019-09-22 09:38:09 +02:00
galera Re-Revert "Merge branch 'staging-next'" 2019-09-22 09:38:09 +02:00
cmake-includedir.patch
cmake-libmariadb-includedir.patch mariadb: fix mariadb_config path 2019-08-01 14:08:45 +03:00
cmake-plugin-includedir.patch mariadb: 10.2.17 -> 10.3.15 2019-06-04 19:02:16 +03:00
cmake-without-client.patch mariadb: add option to build server without client binary files 2019-08-01 14:15:55 +03:00
cmake-without-plugin-auth-pam.patch mariadb: 10.3.17 -> 10.3.18 (#68541) 2019-09-15 23:48:37 -04:00
default.nix mariadb: fix darwin build 2019-10-09 21:56:59 +01:00