]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
keepalived: Fix compiling the package.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Aug 2013 09:11:44 +0000 (11:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Aug 2013 09:11:44 +0000 (11:11 +0200)
lfs/keepalived
make.sh

index 189175122ad2e77e50ae5be498af18ce0a4b1e60..28b7ed8da2cdb4252329878a56dcda02b95bfa22 100644 (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
 
diff --git a/make.sh b/make.sh
index a6b2647e33017a91c79c81507f64c6e1210f0a03..8b468217353ae597358130498cbaabf3622fdce3 100755 (executable)
--- 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