diff options
author | lenz@mysql.com <> | 2002-05-03 12:31:25 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-05-03 12:31:25 +0200 |
commit | 818af46d6c3a44408bdd4dd77b3d5e9a76b5b893 (patch) | |
tree | f018e0ba3a16dbef55c7195250c190640678514d /BUILD/compile-pentium-max | |
parent | 23982514c150938d252e16a222d7b4f314c4b9b9 (diff) | |
download | mariadb-git-818af46d6c3a44408bdd4dd77b3d5e9a76b5b893.tar.gz |
Reworked the RPM spec file and added several fixes to make the
build scripts work again.
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 9838e6a287b..d41274d4f5e 100755 --- a/BUILD/compile-pentium-max +++ b/BUILD/compile-pentium-max @@ -8,6 +8,7 @@ extra_configs="$pentium_configs" strip=yes extra_configs="$extra_configs --with-innodb --with-berkeley-db \ - --enable-thread-safe-client --with-openssl --with-vio" + --with-embedded-server --enable-thread-safe-client \ + --with-openssl --with-vio" . "$path/FINISH.sh" |