Commit 46b63351 authored by Łukasz Nowak's avatar Łukasz Nowak

- initial movement of mysql compiled against locally provided libraries


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40069 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 52d2aefd
......@@ -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-download:location}/${mysql-tritonn-hooks-
# - 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment