From: hauke Date: Sun, 17 Nov 2013 17:09:09 +0000 (+0000) Subject: [package] keepalived: fix compile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=34d92dca7c21910121e98acc1efa3002a513276e;p=packages.git [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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@38841 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index d7396b23b..b7ac46a5b 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