mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/lttng-ust: add gawk to checkdepends
Busybox awk was patched in 62d3d893f59d53a961de200a451e613b9d1fa0b0 and this is now causing tap-driver.sh to have an "internal error in function report()" (more info: lttng-ust-2.13.6-r2.log on build.a.o)
This commit is contained in:
parent
b69b6c51ce
commit
ea52d9823d
@ -9,7 +9,7 @@ arch="all"
|
||||
license="LGPL-2.1-only AND GPL-2.0-only AND MIT"
|
||||
depends_dev="userspace-rcu-dev>0.10"
|
||||
makedepends="$depends_dev util-linux-dev linux-headers python3 py3-setuptools"
|
||||
checkdepends="bash"
|
||||
checkdepends="bash gawk"
|
||||
subpackages="$pkgname-doc $pkgname-dev $pkgname-tools::noarch py3-lttng:pyagent"
|
||||
source="https://lttng.org/files/lttng-ust/lttng-ust-$pkgver.tar.bz2"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user