From 54f25e8c34f77e175df7b5e686cb799d8d7147b3 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Thu, 19 Aug 2010 05:27:35 +0000 Subject: [PATCH] specify more configure options somehow similar to official binaries. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37890 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/mysql-5.1.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/buildout/software-profiles/mysql-5.1.cfg b/buildout/software-profiles/mysql-5.1.cfg index 24cc905bf8..3d1184ddc9 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 = -- 2.30.9