diff options
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 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" |