From ec6a8dcffbc91feab562ccc3e879525a4e9879b8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 10 May 2015 13:00:47 +0200 Subject: [PATCH] debian: enable JSON support --- debian/control | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 9a336021..45b5ff1f 100644 --- a/debian/control +++ b/debian/control @@ -8,11 +8,12 @@ Build-Depends: debhelper (>= 5), dh-autoreconf, libsnmp-dev, libxml2-dev, + libjansson-dev | libjson-c-dev | libjson0-dev, libevent-dev, libreadline-dev, libbsd-dev, pkg-config -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: http://vincentbernat.github.com/lldpd/ Package: lldpd diff --git a/debian/rules b/debian/rules index 96e804ed..69ac2f99 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk -DEB_CONFIGURE_EXTRA_FLAGS = --with-snmp --with-xml --with-systemdsystemunitdir=/lib/systemd/system +DEB_CONFIGURE_EXTRA_FLAGS = --with-snmp --with-xml --with-json --with-systemdsystemunitdir=/lib/systemd/system -- 2.39.5