From ad794614cde0225b4af871fe5e05e8bb0073c0a7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 12 May 2019 10:21:32 +0100 Subject: [PATCH] xtables-addons: Explicitely add path for alternative kernels Signed-off-by: Michael Tremer --- lfs/xtables-addons | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/xtables-addons b/lfs/xtables-addons index 162ef87d8c..2152fa5fd1 100644 --- a/lfs/xtables-addons +++ b/lfs/xtables-addons @@ -101,7 +101,8 @@ ifeq "$(USPACE)" "1" cd $(DIR_APP) && install -m 755 geoip/xt_geoip_build \ /usr/local/bin/ else - cd $(DIR_APP) && ./configure + cd $(DIR_APP) && ./configure \ + --with-kbuild=/lib/modules/$$(uname -r)$(KCFG)/build cd $(DIR_APP) && make $(MAKETUNING) # Install the built kernel modules. -- 2.39.5