diff options
Diffstat (limited to 'support-files/mysql.spec.sh')
-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} |