keepalived: Fix compiling the package.

This commit is contained in:
Michael Tremer
2013-08-28 11:11:44 +02:00
parent fd69d6f6dc
commit fc621876dc
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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