openwrt-packages/utils/mariadb
Eneas U de Queiroz a3cec3e410
mariadb: use liburing if kernel supports it
liburing is preferred over libaio.  So, if liburing has already been
built, mariadb will use it, instead of libaio, failing with a missed
dependency.  If it is not found, then libaio is used.

Since it depends on the kernel being built with io_uring support, and it
defaults to y unless SMALL_FLASH=y, then we should allow libaio as
fallback, checking the CONFIG_KERNEL_IO_URING symbol.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-11-04 15:12:58 -03:00
..
conf mariadb: install config files readable for all 2020-05-11 22:15:01 +02:00
files mariadb: Cleanup and bump 2020-10-14 11:08:42 +02:00
patches mariadb: Update to version 10.6.4 2021-10-30 01:03:31 -07:00
Makefile mariadb: use liburing if kernel supports it 2021-11-04 15:12:58 -03:00
test.sh mariadb: Add basic test 2020-10-12 07:51:48 -10:00