diff options
author | tonu@volk.internalnet <> | 2001-09-30 10:46:20 +0800 |
---|---|---|
committer | tonu@volk.internalnet <> | 2001-09-30 10:46:20 +0800 |
commit | 5658ff8237dc6e08e07154ef2a9a7c0ce3e0a453 (patch) | |
tree | c8e33b443fde74ad722536829cd56fa9403617cd /BUILD | |
parent | 5d9be4de24ab02436edbe2c75e96704a31c522b2 (diff) | |
download | mariadb-git-5658ff8237dc6e08e07154ef2a9a7c0ce3e0a453.tar.gz |
SSL compiles and works as far as can see. Continue testing..
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max index 55f88ef4748..9838e6a287b 100755 --- a/BUILD/compile-pentium-max +++ b/BUILD/compile-pentium-max @@ -8,6 +8,6 @@ extra_configs="$pentium_configs" strip=yes extra_configs="$extra_configs --with-innodb --with-berkeley-db \ - --enable-thread-safe-client" + --enable-thread-safe-client --with-openssl --with-vio" . "$path/FINISH.sh" |