mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
- fixed typo in manual.texi
- fixed compile option in mysql.spec Docs/manual.ja.texi: Fixed typo myslqadmin -> mysqladmin Docs/manual.texi: Fixed typo myslqadmin -> mysqladmin support-files/mysql.spec.sh: Fixed compile option --with-ssl -> --with-openssl
This commit is contained in:
@ -221,7 +221,7 @@ BuildMySQL "--disable-shared \
|
||||
$USE_OTHER_LIBC_DIR \
|
||||
--with-berkeley-db \
|
||||
--with-innodb \
|
||||
--with-ssl \
|
||||
--with-openssl \
|
||||
--with-vio \
|
||||
--with-server-suffix='-Max'"
|
||||
|
||||
@ -256,7 +256,7 @@ BuildMySQL "--disable-shared \
|
||||
$USE_OTHER_LIBC_DIR \
|
||||
--without-berkeley-db \
|
||||
--without-vio \
|
||||
--without-ssl"
|
||||
--without-openssl"
|
||||
nm --numeric-sort sql/mysqld > sql/mysqld.sym
|
||||
|
||||
%install -n mysql-%{mysql_version}
|
||||
|
Reference in New Issue
Block a user