diff options
author | sasha@mysql.sashanet.com <> | 2001-09-03 13:09:08 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-09-03 13:09:08 -0600 |
commit | de1b5a8c69297ece01a7a804347a06d0e320556c (patch) | |
tree | af8bcf242092c22c1c2dbd0b48cbcd37ec85efde /BUILD | |
parent | 7288e307af289290285b9f07dc5bf62883609bee (diff) | |
download | mariadb-git-de1b5a8c69297ece01a7a804347a06d0e320556c.tar.gz |
added symbols files to RPM to resolve stack trace
fixed Do-rpm to accept command-line options for easier testing/local
RPM build
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-max | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max index 5fb4c1f89d2..55f88ef4748 100755 --- a/BUILD/compile-pentium-max +++ b/BUILD/compile-pentium-max @@ -7,6 +7,7 @@ extra_flags="$pentium_cflags $fast_cflags" extra_configs="$pentium_configs" strip=yes -extra_configs="$extra_configs --with-innodb --with-berkeley-db" +extra_configs="$extra_configs --with-innodb --with-berkeley-db \ + --enable-thread-safe-client" . "$path/FINISH.sh" |