[Erp5-report] r37890 kazuhiko - /erp5/trunk/buildout/software-profiles/mysql-5.1.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 19 07:27:37 CEST 2010


Author: kazuhiko
Date: Thu Aug 19 07:27:35 2010
New Revision: 37890

URL: http://svn.erp5.org?rev=37890&view=rev
Log:
specify more configure options somehow similar to official binaries.

Modified:
    erp5/trunk/buildout/software-profiles/mysql-5.1.cfg

Modified: erp5/trunk/buildout/software-profiles/mysql-5.1.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/mysql-5.1.cfg?rev=37890&r1=37889&r2=37890&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/mysql-5.1.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/mysql-5.1.cfg [utf8] Thu Aug 19 07:27:35 2010
@@ -26,12 +26,16 @@ post-make-hook = ${mysql-hooks-download:
 #  - 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 =




More information about the Erp5-report mailing list