From: Michael Tremer Date: Sat, 6 May 2017 08:28:45 +0000 (+0200) Subject: ipset: Don't (re-)build kernel module here X-Git-Tag: v2.19-core112~90 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=7ba9c8cd7a3ae9cb832261378322672c84b5cf4f 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 --- 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