diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-09-03 13:09:08 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-09-03 13:09:08 -0600 |
commit | bed8ef69241cbf20bbbd4a4f0de20f1e1cbfba37 (patch) | |
tree | af8bcf242092c22c1c2dbd0b48cbcd37ec85efde /BUILD/compile-pentium-max | |
parent | aaedaa0b7f62eaf40452f85fa7ded59c007037e0 (diff) | |
download | mariadb-git-bed8ef69241cbf20bbbd4a4f0de20f1e1cbfba37.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
BUILD/compile-pentium-max:
add enable-thread-safe-client
Build-tools/Do-rpm:
make configurable from command line
support-files/mysql.spec.sh:
add mysqld.sym and mysqld-max.sym to the RPM
Diffstat (limited to 'BUILD/compile-pentium-max')
-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" |