mariarocks.cfg 498 Bytes
Newer Older
1
# Do not extend any file that touch buildout:parts.
2

3
[mariadb]
4 5
version = 10.2.11
md5sum = 954088299fe5f11b4fda3b540558adbd
6
stable-patches =
7
configure-options +=
8 9
# force build of TokuDB due to a regression in 10.2.11
  -DTOKUDB_OK=1
10 11
  -DCMAKE_C_COMPILER=${gcc:location}/bin/gcc
  -DCMAKE_CXX_COMPILER=${gcc:location}/bin/g++
12 13 14
extra_cflags = -I${zstd:location}/include
extra_include_path = :${zstd:location}/include
extra_library_path = :${zstd:location}/lib:${gcc:location}/lib:${gcc:location}/lib64