From fc621876dc2a994ab5b1d3aeef8c55e6430b511e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 28 Aug 2013 11:11:44 +0200 Subject: [PATCH] keepalived: Fix compiling the package. --- lfs/keepalived | 3 ++- make.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lfs/keepalived b/lfs/keepalived index 189175122a..28b7ed8da2 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 a6b2647e33..8b46821735 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 -- 2.39.2