From 6e17bcc2fca5d4e7c4d929c9959761a7cdd10040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Thu, 31 May 2012 16:55:00 +0200 Subject: [PATCH] compiling mariadb with this option make mysql-python compilation works --- component/mariadb/buildout.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/component/mariadb/buildout.cfg b/component/mariadb/buildout.cfg index ca0546653..c22a46243 100644 --- a/component/mariadb/buildout.cfg +++ b/component/mariadb/buildout.cfg @@ -44,6 +44,7 @@ configure-options = -DWITH_ZLIB=system -DWITH_READLINE=0 -DWITH_PIC=1 + -DENABLE_DTRACE=0 -DWITH_EXTRA_CHARSETS=complex -DWITH_EMBEDDED_SERVER=0 -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 -- 2.30.9