From: Michael Tremer Date: Sat, 24 Apr 2010 11:43:40 +0000 (+0200) Subject: lldpd: Add support for xml output and remove net-smnp dependency which is unused. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afeac1c3cfe24ffeeca4f1850674d3b61b230911;p=ipfire-3.x.git lldpd: Add support for xml output and remove net-smnp dependency which is unused. --- diff --git a/pkgs/core/lldpd/lldpd.nm b/pkgs/core/lldpd/lldpd.nm index 2117fcb52..671b374ee 100644 --- a/pkgs/core/lldpd/lldpd.nm +++ b/pkgs/core/lldpd/lldpd.nm @@ -34,7 +34,7 @@ PKG_URL = https://trac.luffy.cx/lldpd/ PKG_LICENSE = GPL PKG_SUMMARY = Utilities for the Link Layer Discovery Protocol. -PKG_DEPS += net-snmp +PKG_DEPS += libxml2 define PKG_DESCRIPTION The LLDPD project aims to provide a comprehensive implementation of \ @@ -42,3 +42,6 @@ define PKG_DESCRIPTION endef PKG_TARBALL = $(THISAPP).tar.gz + +CONFIGURE_OPTIONS += \ + --with-xml