[Buildroot] [PATCH 2/6] package/lldpd: remove --without-json

Fabrice Fontaine fontaine.fabrice at gmail.com
Sun Apr 7 19:58:29 UTC 2019


json option has been removed in version 0.9.7 with
https://github.com/vincentbernat/lldpd/commit/06987a24ce053cbb57f8853bbf544bc7c067c8aa

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/lldpd/lldpd.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/lldpd/lldpd.mk b/package/lldpd/lldpd.mk
index 8d554ae5e2..506b6f136d 100644
--- a/package/lldpd/lldpd.mk
+++ b/package/lldpd/lldpd.mk
@@ -31,7 +31,6 @@ LLDPD_CONF_OPTS = \
 	--without-embedded-libevent \
 	--without-snmp \
 	--without-xml \
-	--without-json \
 	--without-seccomp \
 	--without-libbsd \
 	--disable-hardening \
-- 
2.20.1




More information about the buildroot mailing list