diff options
author | monty@hundin.mysql.fi <> | 2002-01-26 01:19:47 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-01-26 01:19:47 +0200 |
commit | b9d3a55238c02baf8f4b088530e924934ecbf74c (patch) | |
tree | 5ccc31c365805428193f80c2e7fe45e9c87a8173 /BUILD/compile-pentium-mysqlfs-debug | |
parent | a880ec9423313c5397135883fb0b4b17fc7022db (diff) | |
download | mariadb-git-b9d3a55238c02baf8f4b088530e924934ecbf74c.tar.gz |
Update needed for SuSE 7.3
Update for autoconf 2.52
Diffstat (limited to 'BUILD/compile-pentium-mysqlfs-debug')
-rwxr-xr-x | BUILD/compile-pentium-mysqlfs-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-mysqlfs-debug b/BUILD/compile-pentium-mysqlfs-debug index 2455c086532..6643553d943 100755 --- a/BUILD/compile-pentium-mysqlfs-debug +++ b/BUILD/compile-pentium-mysqlfs-debug @@ -6,7 +6,7 @@ path=`dirname $0` extra_flags="$pentium_cflags $debug_cflags" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" -extra_configs="$pentium_configs $debug_configs" +extra_configs="$pentium_configs $debug_configs $static_link" extra_configs="$extra_configs --with-debug=full --with-mysqlfs --without-server --without-pstack" |