From e6f9bb517bdfa69ec6128a16a1085d572ee7fa46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 7 Jun 2010 08:39:18 +0000 Subject: [PATCH] Implement Julien Muchembled's comments: - add --enable-assembler as suggested by senna - try to "force" readline git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36011 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/mysql-tritonn-5.0.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildout/software-profiles/mysql-tritonn-5.0.cfg b/buildout/software-profiles/mysql-tritonn-5.0.cfg index e3626ab8e2..121355e012 100644 --- a/buildout/software-profiles/mysql-tritonn-5.0.cfg +++ b/buildout/software-profiles/mysql-tritonn-5.0.cfg @@ -36,6 +36,8 @@ configure-options = --with-charset=utf8 --with-collation=utf8_unicode_ci --with-server-suffix=mysql-tritonn-5.0 + --enable-assembler + --with-readline patch-options = -p1 patches = ${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename} -- 2.30.9