Commit fe6f573b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add mariadb.cfg based on mysql-5.1.cfg. after checking everything is fine, it...

add mariadb.cfg based on mysql-5.1.cfg. after checking everything is fine, it will replace mysql-5.1.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41894 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b00302dc
......@@ -18,6 +18,7 @@ extends =
../software-profiles/ghostscript.cfg
../software-profiles/libevent.cfg
../software-profiles/libtool.cfg
../software-profiles/mariadb.cfg
../software-profiles/memcached.cfg
../software-profiles/messagepack.cfg
../software-profiles/mroonga.cfg
......
# MariaDB - a database server that offers drop-in replacement functionality for MySQL.
# http://mariadb.org/
[buildout]
extends =
../software-profiles/zlib.cfg
../software-profiles/ncurses.cfg
../software-profiles/readline.cfg
parts =
mariadb
[mariadb]
recipe = hexagonit.recipe.cmmi
version = 5.2.4
url = http://www.percona.com/downloads/MariaDB/mariadb-5.2.4/kvm-tarbake-jaunty-x86/mariadb-${:version}.tar.gz
md5sum = f58ab0b97e99b2359c33d43b9e636ed7
# compile directory is required to build mysql plugins.
keep-compile-dir = true
# configure: how to avoid searching for my.cnf?
# - like in mysql part in http://svn.zope.org/zodbshootout/trunk/buildout.cfg?view=markup
# we use embeded yassl instead of openssl to avoid compilation errors on sphinx search engine.
configure-options =
--enable-thread-safe-client
--enable-local-infile
--enable-assembler
--with-pic
--with-fast-mutexes
--with-charset=utf8
--with-collation=utf8_unicode_ci
--without-readline
--with-ssl
--with-zlib-dir=${zlib:location}
environment =
CPPFLAGS =-I${ncurses:location}/include -I${readline:location}/include
LDFLAGS =-L${readline:location}/lib -L${ncurses:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${readline: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