diff --git a/buildout/software-profiles/mysql-5.1.cfg b/buildout/software-profiles/mysql-5.1.cfg
index 24cc905bf8f1be135a8efac6fad339ede91d389d..3d1184ddc97cf3968563aac6dc1d3ed4eb68538c 100644
--- a/buildout/software-profiles/mysql-5.1.cfg
+++ b/buildout/software-profiles/mysql-5.1.cfg
@@ -26,12 +26,16 @@ post-make-hook = ${mysql-hooks-download:location}/${mysql-hooks-download:filenam
 #  - like in mysql part in http://svn.zope.org/zodbshootout/trunk/buildout.cfg?view=markup
 configure-options =
   --enable-thread-safe-client
+  --enable-local-infile
+  --enable-assembler
+  --with-pic
+  --with-fast-mutexes
   --with-charset=utf8
   --with-collation=utf8_unicode_ci
   --with-server-suffix=mysql-5.1
-  --enable-assembler
   --with-readline
-  --with-plugins=sphinx
+  --with-ssl
+  --without-plugin-innobase
 
 patch-options = -p1
 patches =