]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/keepalived
redirect wrapper: Adopt to new squid helper protocol.
[people/teissler/ipfire-2.x.git] / lfs / keepalived
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