diff --git a/lfs/keepalived b/lfs/keepalived index 189175122..28b7ed8da 100644 --- a/lfs/keepalived +++ b/lfs/keepalived @@ -77,7 +77,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc + cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \ + --with-kernel-dir=/usr/include cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install diff --git a/make.sh b/make.sh index a6b2647e3..8b4682173 100755 --- a/make.sh +++ b/make.sh @@ -774,7 +774,7 @@ buildipfire() { ipfiremake lcdproc ipfiremake bitstream ipfiremake multicat -# ipfiremake keepalived + ipfiremake keepalived ipfiremake ipvsadm ipfiremake perl-Carp-Clan ipfiremake perl-Date-Calc