Skip to content

Commit

Permalink
net-misc/jool-modules: fix kernel detection
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/941553
Signed-off-by: Nicolas PARLANT <[email protected]>
  • Loading branch information
PPN-SD committed Oct 15, 2024
1 parent cb56784 commit 7babe41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion net-misc/jool-modules/jool-modules-4.1.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ src_configure() {
}

src_compile() {
local modlist=( jool_common=:src/mod/common:common jool=:src/mod/nat64:nat64 jool_siit=:src/mod/siit:siit )
local modlist=(
jool_common=:src/mod/common:src/mod/common
jool=:src/mod/nat64:src/mod/nat64
jool_siit=:src/mod/siit:src/mod/siit
)
local modargs=( KERNEL_DIR="${KV_OUT_DIR}" MODULES_DIR="/lib/modules/${KV_FULL}" )
linux-mod-r1_src_compile
}

Expand Down

0 comments on commit 7babe41

Please sign in to comment.