mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
- using "--with-libedit" is sufficient (--without-readline throws
weird compile errors) Build-tools/Do-compile: - using "--with-libedit" is sufficient
This commit is contained in:
parent
4603a7b376
commit
763dc9e3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ if ($opt_stage <= 1)
|
|||
}
|
||||
else
|
||||
{
|
||||
$opt_config_options.= " --without-readline --with-libedit";
|
||||
$opt_config_options.= " --with-libedit";
|
||||
}
|
||||
$opt_config_options.= " --with-embedded-server" unless ($opt_without_embedded);
|
||||
$opt_config_options.= " --with-ndbcluster" if ($opt_with_cluster);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue