From: Michael Tremer Date: Wed, 28 Aug 2013 09:11:44 +0000 (+0200) Subject: keepalived: Fix compiling the package. X-Git-Tag: v2.15-beta1~293 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc621876dc2a994ab5b1d3aeef8c55e6430b511e;p=people%2Fms%2Fipfire-2.x.git keepalived: Fix compiling the package. --- 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