mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
package/keepalived: add optional libnftnl dependency
nftables support has been added since version 2.0.11 and
aa12175ea6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5e1f99209a
commit
ab3673d99b
@ -46,4 +46,11 @@ else
|
|||||||
KEEPALIVED_CONF_OPTS += --disable-libiptc
|
KEEPALIVED_CONF_OPTS += --disable-libiptc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBNFTNL),y)
|
||||||
|
KEEPALIVED_DEPENDENCIES += libnftnl
|
||||||
|
KEEPALIVED_CONF_OPTS += --enable-nftables
|
||||||
|
else
|
||||||
|
KEEPALIVED_CONF_OPTS += --disable-nftables
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user