keepalived: remove popt dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 19 Nov 2018 18:06:48 +0000 (19:06 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 19 Nov 2018 20:42:26 +0000 (21:42 +0100)
popt is not needed since version 1.3.1 and:
https://github.com/acassen/keepalived/commit/3452517c4f2b69badabf19fc06cc56db49d37603

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

index 0140e62ae22f1812e00ebbee2611717894ef3702..c71821545c0668cf6213e637ec6f41f5ef12d87e 100644 (file)
@@ -4,7 +4,6 @@ config BR2_PACKAGE_KEEPALIVED
        depends on !BR2_STATIC_LIBS # uses libdl
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
        select BR2_PACKAGE_OPENSSL
-       select BR2_PACKAGE_POPT
        help
          The main goal of the keepalived project is to add a strong &
          robust keepalive facility to the Linux Virtual Server
index e8a280a19cb5a95ea39715c9af825b0b158e0552..8756811e04d4e4529b1379fd39f9e5b213470c30 100644 (file)
@@ -6,7 +6,7 @@
 
 KEEPALIVED_VERSION = 1.4.2
 KEEPALIVED_SITE = http://www.keepalived.org/software
-KEEPALIVED_DEPENDENCIES = host-pkgconf openssl popt
+KEEPALIVED_DEPENDENCIES = host-pkgconf openssl
 KEEPALIVED_LICENSE = GPL-2.0+
 KEEPALIVED_LICENSE_FILES = COPYING
 # 0001-configure.ac-do-not-force-PIE.patch