diff --git a/srcpkgs/lttng-tools/patches/musl-ino_t.patch b/srcpkgs/lttng-tools/patches/musl-ino_t.patch new file mode 100644 index 0000000000..ca3007a1f5 --- /dev/null +++ b/srcpkgs/lttng-tools/patches/musl-ino_t.patch @@ -0,0 +1,10 @@ +--- tests/utils/testapp/gen-ust-events-ns/tp.h ++++ tests/utils/testapp/gen-ust-events-ns/tp.h +@@ -12,6 +12,7 @@ + #define _TRACEPOINT_TP_H + + #include ++#include + + TRACEPOINT_EVENT(tp, tptest, + TP_ARGS(ino_t, ns_ino), diff --git a/srcpkgs/lttng-tools/template b/srcpkgs/lttng-tools/template index 0edf96d9cc..fce3cdbbaa 100644 --- a/srcpkgs/lttng-tools/template +++ b/srcpkgs/lttng-tools/template @@ -14,10 +14,6 @@ distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=405661d27617dc79a42712174a051a45c7ca12d167576c0d93f2de708ed29445 system_groups="tracing" -case "${XBPS_TARGET_MACHINE}" in - *-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/27478/steps/shell_3/logs/stdio";; -esac - lttng-tools-devel_package() { short_desc+=" - development files" depends="${makedepends} ${sourcepkg}>=${version}_${revision}"