From 7ba9c8cd7a3ae9cb832261378322672c84b5cf4f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 6 May 2017 10:28:45 +0200 Subject: [PATCH] ipset: Don't (re-)build kernel module here The reason why this comes up is that we currently don't build a kernel for aarch64 and therefore building ipset fails. Signed-off-by: Michael Tremer --- lfs/ipset | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/ipset b/lfs/ipset index e92d43fcb2..7c43b308c3 100644 --- a/lfs/ipset +++ b/lfs/ipset @@ -71,8 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./autogen.sh - cd $(DIR_APP) && KSOURCEDIR=/usr/src/linux KBUILDDIR=/usr/src/linux ./configure \ + cd $(DIR_APP) && ./configure \ --prefix=/usr \ + --with-kmod=no \ --disable-static # Add configuration directory -- 2.39.2