From: Vincent Bernat Date: Fri, 12 Mar 2010 19:09:51 +0000 (+0100) Subject: Compile with XML enabled for Debian. X-Git-Tag: 0.5.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c39338e283eec564a0324161c3c9230f66fce0c;p=thirdparty%2Flldpd.git Compile with XML enabled for Debian. --- diff --git a/debian/control b/debian/control index f3d47e4a..681d3b73 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lldpd Section: net Priority: optional Maintainer: Vincent Bernat -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 diff --git a/debian/rules b/debian/rules index dcc6c38c..276cec31 100755 --- a/debian/rules +++ b/debian/rules @@ -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