mariadb: disable build S3 plugin on Darwin

This commit is contained in:
Izorkin
2021-01-12 17:22:54 +03:00
parent 91e580397e
commit 856a8b6ab5
+2 -1
View File
@@ -183,9 +183,10 @@ server = stdenv.mkDerivation (common // {
"-DWITH_ROCKSDB_JEMALLOC=ON" "-DWITH_ROCKSDB_JEMALLOC=ON"
] ++ optional (!stdenv.hostPlatform.isDarwin) [ ] ++ optional (!stdenv.hostPlatform.isDarwin) [
"-DWITH_JEMALLOC=yes" "-DWITH_JEMALLOC=yes"
] ++ optional stdenv.hostPlatform.isDarwin [ ] ++ optionals stdenv.hostPlatform.isDarwin [
"-DPLUGIN_AUTH_PAM=OFF" "-DPLUGIN_AUTH_PAM=OFF"
"-DWITHOUT_OQGRAPH=1" "-DWITHOUT_OQGRAPH=1"
"-DWITHOUT_PLUGIN_S3=1"
]; ];
preConfigure = optionalString (!stdenv.hostPlatform.isDarwin) '' preConfigure = optionalString (!stdenv.hostPlatform.isDarwin) ''