summaryrefslogtreecommitdiffstats
path: root/rules/mariadb.in
blob: b2127ea3441d13589a4d5aeed535bd341491a5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## SECTION=mysql

config MARIADB
	tristate
	select HOST_CMAKE
	select HOST_MARIADB
	select LIBC_CRYPT
	select LIBC_DL
	select LIBC_M
	select LIBC_PTHREAD
	select LIBC_RT
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select LIBAIO
	select LIBPCRE
	select NCURSES
	select SYSTEMD		if MARIADB_SYSTEMD
	select ZLIB
	prompt "mariadb" if ALLYES
	help
	  MariaDB, a SQL database engine

if MARIADB

config MARIADB_SYSTEMD
	bool
	depends on INITMETHOD_SYSTEMD
	default y
	prompt "systemd support"

endif