From 906946d4076ac109b4dd7b4a7acfb3537d2d7a7f Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 17 Nov 2013 17:09:09 +0000 Subject: [PATCH] [package] keepalived: fix compile newer kernels (3.7) split user side headers should fix: #12875 Should the patch be compatible with older kernels too? (see https://dev.openwrt.org/ticket/12875#comment:6 ) Signed-off-by: Dirk Neukirchen SVN-Revision: 38841 --- net/keepalived/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index d7396b23b6..b7ac46a5b0 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= \ --disable-strip \ --disable-lvs \ --disable-lvs-syncd \ - --with-kernel-dir="$(LINUX_DIR)" + --with-kernel-dir="$(LINUX_DIR)/$(LINUX_UAPI_DIR)" CONFIGURE_VARS+= \ ac_cv_file_$(call acvar,$(LINUX_DIR)/net/core/link_watch.c)=yes -- 2.30.2