mariadb: disable tokudb on musl, per docs (and fix build)
This commit is contained in:
parent
5bf5e6eebf
commit
24721aad18
@ -62,6 +62,7 @@ common = rec { # attributes common to both builds
|
|||||||
"-DPLUGIN_AUTH_GSSAPI_CLIENT=NO"
|
"-DPLUGIN_AUTH_GSSAPI_CLIENT=NO"
|
||||||
]
|
]
|
||||||
++ optional stdenv.isDarwin "-DCURSES_LIBRARY=${ncurses.out}/lib/libncurses.dylib"
|
++ 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 = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user