From: Fabrice Fontaine Date: Sun, 7 Apr 2019 19:58:29 +0000 (+0200) Subject: package/lldpd: remove --without-json X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2bbe9c41c69176d09863c356e307de2d9ed5cb94;p=buildroot.git package/lldpd: remove --without-json json option has been removed in version 0.9.7 with https://github.com/vincentbernat/lldpd/commit/06987a24ce053cbb57f8853bbf544bc7c067c8aa Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- 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 \