diff options
author | unknown <lenz@mysql.com> | 2003-02-21 16:37:18 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-02-21 16:37:18 +0100 |
commit | fc10df3805dcf05b757aedbe9e2db0faffcfeeab (patch) | |
tree | fa39d231ba58d6830a35bd5692fcde8493a73403 /BUILD | |
parent | f14222f2523db13becf570185296ed7c08b9d1b2 (diff) | |
download | mariadb-git-fc10df3805dcf05b757aedbe9e2db0faffcfeeab.tar.gz |
- removed duplicate my_sys.h inclusion from lib_vio.c
- removed obsolete compile options from compile-pentium-debug-openssl
BUILD/compile-pentium-debug-openssl:
- removed "--without-innodb" (InnoDB is on by default) and "--with-vio"
(--with-openssl implies --with-vio)
libmysqld/lib_vio.c:
- removed duplicate my_sys.h inclusion
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-debug-openssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-openssl b/BUILD/compile-pentium-debug-openssl index 5de1c18a5d7..68d99b6eda6 100755 --- a/BUILD/compile-pentium-debug-openssl +++ b/BUILD/compile-pentium-debug-openssl @@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_configs $debug_configs" -extra_configs="$extra_configs --with-debug=full --with-vio --with-openssl --without-innodb" +extra_configs="$extra_configs --with-debug=full --with-openssl" . "$path/FINISH.sh" |