diff options
author | unknown <kent@mysql.com> | 2005-10-19 02:53:03 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-10-19 02:53:03 +0200 |
commit | a43ec392af5109f3c3f99ca670148e5eafdd6f68 (patch) | |
tree | 175c3a70787adc901fb0a898836af605f877e04f /support-files | |
parent | 72a2de023193f1bd127831ebfddd35e4c8c8e103 (diff) | |
download | mariadb-git-a43ec392af5109f3c3f99ca670148e5eafdd6f68.tar.gz |
mysql.spec.sh:
Enabled yaSSL
mysql-test-run.pl:
Increased test case timeout from 15 min
mysql-test/mysql-test-run.pl:
Increased test case timeout from 15 min
support-files/mysql.spec.sh:
Enabled yaSSL
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index d4d0b4e810b..65d74474386 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -239,6 +239,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --with-unix-socket-path=/var/lib/mysql/mysql.sock \ --prefix=/ \ --with-extra-charsets=complex \ + --with-yassl \ --exec-prefix=%{_exec_prefix} \ --libexecdir=%{_sbindir} \ --libdir=%{_libdir} \ @@ -684,6 +685,9 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Wed Oct 19 2005 Kent Boortz <kent@mysql.com> + +- Enabled yaSSL support * Sat Oct 15 2005 Kent Boortz <kent@mysql.com> |