package/keepalived: drop --{en, dis}able-libiptc option
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 28 Jun 2020 10:01:22 +0000 (12:01 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 14 Jul 2020 13:16:23 +0000 (15:16 +0200)
--{en,dis}able-libiptc has been dropped since version 2.1.0 and
https://github.com/acassen/keepalived/commit/05443e1efa3569fcd39a548c6c78b832b79bcf4e

So replace it by --{en,dis}able-iptables

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/keepalived/keepalived.mk

index 2c78b2d811c580decb3c1d1c7a12f49457c3118f..df1ab6d306cfe87fb8e69786ce1133868fc51b75 100644 (file)
@@ -41,9 +41,9 @@ endif
 
 ifeq ($(BR2_PACKAGE_IPTABLES),y)
 KEEPALIVED_DEPENDENCIES += iptables
-KEEPALIVED_CONF_OPTS += --enable-libiptc
+KEEPALIVED_CONF_OPTS += --enable-iptables
 else
-KEEPALIVED_CONF_OPTS += --disable-libiptc
+KEEPALIVED_CONF_OPTS += --disable-iptables
 endif
 
 ifeq ($(BR2_PACKAGE_LIBNFTNL),y)