]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Compile with XML enabled for Debian.
authorVincent Bernat <bernat@luffy.cx>
Fri, 12 Mar 2010 19:09:51 +0000 (20:09 +0100)
committerVincent Bernat <bernat@luffy.cx>
Fri, 12 Mar 2010 19:09:51 +0000 (20:09 +0100)
debian/control
debian/rules

index f3d47e4a14089fea9c000d68403a8026040772c8..681d3b73793cc1848b67bbbb6175b2c62c0ff197 100644 (file)
@@ -2,7 +2,7 @@ Source: lldpd
 Section: net
 Priority: optional
 Maintainer: Vincent Bernat <bernat@debian.org>
-Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libsnmp15-dev | libsnmp9-dev | libsnmp-dev
+Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libsnmp15-dev | libsnmp9-dev | libsnmp-dev, libxml2-dev
 Standards-Version: 3.8.0
 
 Package: lldpd
index dcc6c38c8a96ff18884e8dd5e97864c8c9c932e0..276cec31d51622dbacc288e2b634f65619187bc6 100755 (executable)
@@ -3,4 +3,4 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-snmp
+DEB_CONFIGURE_EXTRA_FLAGS = --with-snmp --with-xml