mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-util/lttng-modules: Fix compilation errors
Closes: https://bugs.gentoo.org/909171 Closes: https://bugs.gentoo.org/909276 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
@@ -90,7 +90,7 @@ src_compile() {
|
||||
lttng-probe-sched=misc:"${S}":src/probes
|
||||
lttng-lib-ring-buffer=misc:"${S}":src/lib)
|
||||
|
||||
local modargs=( KERNELDIR="/lib/modules/${KV_FULL}/build" )
|
||||
local modargs=( KERNELDIR="${KV_OUT_DIR}" )
|
||||
|
||||
linux-mod-r1_src_compile
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user