diff options
author | unknown <lenz@mysql.com> | 2002-07-16 18:43:03 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-07-16 18:43:03 +0200 |
commit | 672cc87550f0c92e7881bf98e55a97e09fd81470 (patch) | |
tree | 9749c0553e054df1e7672b8b89a3d980317204ac /support-files | |
parent | 6b3e98d505297e6cbd0cbd22d4f46eacb091d924 (diff) | |
download | mariadb-git-672cc87550f0c92e7881bf98e55a97e09fd81470.tar.gz |
- 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
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 53b93b7b7b5..a34c15ef110 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -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} |