[Buildroot] [git commit branch/2019.02.x] package/lldpd: remove --without-json

Peter Korsgaard peter at korsgaard.com
Wed Apr 24 19:44:09 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=3f62d96cd65df1d429a03f6af9dc32e365ebd79b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 2bbe9c41c69176d09863c356e307de2d9ed5cb94)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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 \


More information about the buildroot mailing list