summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist8
1 files changed, 3 insertions, 5 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index 81b95b5cae8..76918a5e746 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -1,5 +1,4 @@
#!/bin/sh
-
# Copyright (c) 2004-2008 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
# Use is subject to license terms.
#
@@ -77,7 +76,6 @@ fi
# Make sure to enable all features that affect "make dist"
# Remember that configure restricts the man pages to the configured features !
./configure \
- --with-embedded-server \
- --with-ndbcluster
-$gmake
-
+ --with-plugins=max-no-ndb \
+ --with-embedded-server
+$gmake -j4