From: Vincent Bernat Date: Sun, 10 May 2015 11:00:47 +0000 (+0200) Subject: debian: enable JSON support X-Git-Tag: 0.7.15~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec6a8dcffbc91feab562ccc3e879525a4e9879b8;p=thirdparty%2Flldpd.git debian: enable JSON support --- 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