summaryrefslogtreecommitdiff
path: root/dev-util/lttng-tools/lttng-tools-2.13.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/lttng-tools/lttng-tools-2.13.9.ebuild')
-rw-r--r--dev-util/lttng-tools/lttng-tools-2.13.9.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-util/lttng-tools/lttng-tools-2.13.9.ebuild b/dev-util/lttng-tools/lttng-tools-2.13.9.ebuild
index 1edf4a57fd84..9375115c5205 100644
--- a/dev-util/lttng-tools/lttng-tools-2.13.9.ebuild
+++ b/dev-util/lttng-tools/lttng-tools-2.13.9.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+inherit flag-o-matic
+
# Please bump the following packages together:
# dev-util/lttng-modules
# dev-util/lttng-tools
@@ -36,6 +38,9 @@ QA_CONFIG_IMPL_DECL_SKIP=(
)
src_configure() {
+ # bug 906928
+ use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
+
econf $(usex ust "" --without-lttng-ust)
}