[Erp5-report] r40069 luke - /erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 8 18:25:28 CET 2010
Author: luke
Date: Mon Nov 8 18:25:28 2010
New Revision: 40069
URL: http://svn.erp5.org?rev=40069&view=rev
Log:
- initial movement of mysql compiled against locally provided libraries
Modified:
erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg
Modified: erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg?rev=40069&r1=40068&r2=40069&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] Mon Nov 8 18:25:28 2010
@@ -3,6 +3,15 @@
# Original place: https://svn.erp5.org/repos/public/experimental/mysqlsenna.buildout/
[buildout]
+extends =
+ ../software-profiles/autoconf.cfg
+ ../software-profiles/automake.cfg
+ ../software-profiles/bison.cfg
+ ../software-profiles/flex.cfg
+ ../software-profiles/libtool.cfg
+ ../software-profiles/ncurses.cfg
+ ../software-profiles/openssl.cfg
+
parts =
mysql-tritonn-5.0
@@ -45,21 +54,28 @@ post-make-hook = ${mysql-tritonn-hooks-d
# - like in mysql part in http://svn.zope.org/zodbshootout/trunk/buildout.cfg?view=markup
configure-options =
--with-senna
+ --with-openssl=${openssl:location}
--without-mecab
--enable-thread-safe-client
--with-charset=utf8
--with-collation=utf8_unicode_ci
--with-server-suffix=mysql-tritonn-5.0
+ --with-mysqlmanager
--enable-assembler
--with-readline
--with-sphinx-storage-engine
+ --with-named-curses-libs=${ncurses:location}/lib/libncurses.so
+
+make-options =
+ LN_S='ln -s'
patch-options = -p1
patches =
${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
${mysql-5.0-sphinx-patch:location}/${mysql-5.0-sphinx-patch:filename}
environment =
- PATH =${senna:location}/bin:%(PATH)s
- CFLAGS =-I${senna:location}/include/senna
+ PATH =${senna:location}/bin:${autoconf-2.68:location}/bin:${automake-1.9:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:%(PATH)s
+ CFLAGS =-I${senna:location}/include/senna -I${ncurses:location}/include
CXXFLAGS =-I${senna:location}/include/senna
+ LIBTOOL =${libtool:location}/bin/libtool
LDFLAGS =-L${senna:location}/lib
More information about the Erp5-report
mailing list