diff mbox series

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

Message ID 20190407195833.9275-2-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/6] package/lldpd: update license file | expand

Commit Message

Fabrice Fontaine April 7, 2019, 7:58 p.m. UTC
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@gmail.com>
---
 package/lldpd/lldpd.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard April 24, 2019, 7:44 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > 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@gmail.com>

Committed to 2019.02.x, thanks.
diff mbox series

Patch

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 \