mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Revert "keepalived: needs headers >= 3.4"
This reverts commitd01b0bbad0. Original commit made restriction for Linux headers < 3.4 which was related to keepalived version 1.3.5, but it compiles fine now at least with a toolchain based on 3.2 headers and keepalived 2.0.15 together with ipset enabled. Probably it was fixed by this commit:5a7f895bb7Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitc69a88190a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
60b751a126
commit
2ef3e19b7b
@@ -2,7 +2,6 @@ config BR2_PACKAGE_KEEPALIVED
|
||||
bool "keepalived"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_STATIC_LIBS # uses libdl
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
The main goal of the keepalived project is to add a strong &
|
||||
@@ -15,6 +14,6 @@ config BR2_PACKAGE_KEEPALIVED
|
||||
|
||||
http://www.keepalived.org/
|
||||
|
||||
comment "keepalived needs a toolchain w/ dynamic library, headers >= 3.4"
|
||||
comment "keepalived needs a toolchain w/ dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
Reference in New Issue
Block a user