diff options
author | lenz@mysql.com <> | 2002-07-16 18:43:03 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-07-16 18:43:03 +0200 |
commit | 251449899ac0347ab7c9511ebf9bb2d6f0cb8aeb (patch) | |
tree | 9749c0553e054df1e7672b8b89a3d980317204ac /support-files | |
parent | 373e19dca1d209476a15d7d61cb350361c9d6efa (diff) | |
download | mariadb-git-251449899ac0347ab7c9511ebf9bb2d6f0cb8aeb.tar.gz |
- fixed typo in manual.texi
- fixed compile option in mysql.spec
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} |