1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 15:48:26 +02:00

lldpd: disable xml explicitly

This prevents auto-detection of libxml2 and thus the error:
Package lldpd is missing dependencies for the following libraries:
libxml2.so.2

Preventing a dependency to libxml2 is preferred, since libxml2
would be a out-of-(core-)tree dependency.

Reported-by: Buildbot
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

SVN-Revision: 45859
This commit is contained in:
John Crispin 2015-05-31 17:46:09 +00:00
parent 157c9199b3
commit 2bc9e8e50c

View File

@ -93,6 +93,7 @@ CONFIGURE_ARGS += \
--with-readline=no \
--with-embedded-libevent=no \
--disable-hardening \
--without-xml \
$(if $(CONFIG_LLDPD_WITH_CDP),,--disable-cdp) \
$(if $(CONFIG_LLDPD_WITH_FDP),,--disable-fdp) \
$(if $(CONFIG_LLDPD_WITH_EDP),,--disable-edp) \