mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
mariadb: disable tokudb on musl, per docs (and fix build)
This commit is contained in:
parent
5bf5e6eebf
commit
24721aad18
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ common = rec { # attributes common to both builds
|
|||
"-DPLUGIN_AUTH_GSSAPI_CLIENT=NO"
|
||||
]
|
||||
++ optional stdenv.isDarwin "-DCURSES_LIBRARY=${ncurses.out}/lib/libncurses.dylib"
|
||||
++ optional stdenv.hostPlatform.isMusl "-DWITHOUT_TOKUDB=1" # mariadb docs say disable this for musl
|
||||
;
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue