]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
debian: enable JSON support
authorVincent Bernat <vincent@bernat.im>
Sun, 10 May 2015 11:00:47 +0000 (13:00 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 10 May 2015 11:00:47 +0000 (13:00 +0200)
debian/control
debian/rules

index 9a336021fb456276cf40b1e0b7ee5d2668459ef0..45b5ff1fc1e50f052d909d7ef584fff37c9286dc 100644 (file)
@@ -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
index 96e804ed62ced5b5333b5b3f1189669315001fe5..69ac2f99be6f11967df0806662f8e9be6d5429ac 100755 (executable)
@@ -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