diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-08-27 15:07:32 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-08-27 15:12:09 +0200 |
commit | 1e8f85b582ec127e38a4d575ae7de1c1b810444b (patch) | |
tree | 509f68c0083e9d783286a08d205296cf7a45037f /dev-util | |
parent | dev-python/pipx: Enable pypy3 & py3.13 (diff) | |
download | gentoo-1e8f85b582ec127e38a4d575ae7de1c1b810444b.tar.gz gentoo-1e8f85b582ec127e38a4d575ae7de1c1b810444b.tar.bz2 gentoo-1e8f85b582ec127e38a4d575ae7de1c1b810444b.zip |
dev-util/lttng-modules: restore KERNELDIR=KV_OUT_DIR
Setting KERNELDIR was accidentally dropped when bumping this package.
Closes: https://bugs.gentoo.org/938555
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lttng-modules/lttng-modules-2.13.14-r1.ebuild (renamed from dev-util/lttng-modules/lttng-modules-2.13.14.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/lttng-modules/lttng-modules-2.13.14.ebuild b/dev-util/lttng-modules/lttng-modules-2.13.14-r1.ebuild index 573ff069809c..3309c26ea9f4 100644 --- a/dev-util/lttng-modules/lttng-modules-2.13.14.ebuild +++ b/dev-util/lttng-modules/lttng-modules-2.13.14-r1.ebuild @@ -28,6 +28,9 @@ CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS MODULES_KERNEL_MIN=3.0 src_compile() { + MODULES_MAKEARGS+=( + KERNELDIR="${KV_OUT_DIR}" + ) emake "${MODULES_MAKEARGS[@]}" } |