Browse Source

keepalived: fixed to use the sanitized linux kernel headers

user/chris/next/shadow
Christian Wiese 13 years ago
parent
commit
ea11b64554
  1. 3
      network/keepalived/keepalived.conf

3
network/keepalived/keepalived.conf

@ -20,3 +20,6 @@ if pkginstalled -f ipvsadm2 ; then
else
var_append confopt ' ' "--disable-lvs"
fi
# use the sanitized linux kernel headers
var_append extraconfopt ' ' "--with-kernel-dir=$( pkgprefix -r includedir linux-header )"

Loading…
Cancel
Save