mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/mariadb: fix checkdepends
needs perl to run dbug test
This commit is contained in:
parent
2fe7e2a8bd
commit
faa4a372fb
@ -14,6 +14,7 @@ pkggroups="mysql"
|
||||
arch="all"
|
||||
license="GPL-2.0"
|
||||
depends="$pkgname-common"
|
||||
checkdepends="perl"
|
||||
depends_dev="libressl-dev zlib-dev mariadb-connector-c-dev"
|
||||
makedepends="$depends_dev bison cmake curl-dev libaio-dev libarchive-dev libevent-dev
|
||||
libxml2-dev ncurses-dev pcre-dev readline-dev xz-dev linux-headers"
|
||||
|
Loading…
Reference in New Issue
Block a user