mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Add --without-wsrep option to BUILD scripts
This commit is contained in:
parent
fa8d7f3675
commit
c8250ed6c5
1 changed files with 5 additions and 0 deletions
|
@ -145,6 +145,11 @@ foreach my $option (@ARGV)
|
|||
$cmakeargs = $cmakeargs." -DPLUGIN_".uc($1)."=".uc($2);
|
||||
next;
|
||||
}
|
||||
if($option =~ /without-wsrep/)
|
||||
{
|
||||
$cmakeargs = $cmakeargs." -DWITH_WSREP=OFF";
|
||||
next;
|
||||
}
|
||||
if($option =~ /with-zlib-dir=bundled/)
|
||||
{
|
||||
$cmakeargs = $cmakeargs." -DWITH_ZLIB=bundled";
|
||||
|
|
Loading…
Reference in a new issue