aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-05-31 17:46:09 +0000
committerJohn Crispin <blogic@openwrt.org>2015-05-31 17:46:09 +0000
commit1c8d36625469d7f38e7aad1d1f5de842758b39a7 (patch)
treea2e90425b72c1753787894b226b3658f77463fb1 /package/network
parent3182edb02c4851104f824584705d96b42839ee9f (diff)
downloadupstream-1c8d36625469d7f38e7aad1d1f5de842758b39a7.tar.gz
upstream-1c8d36625469d7f38e7aad1d1f5de842758b39a7.tar.bz2
upstream-1c8d36625469d7f38e7aad1d1f5de842758b39a7.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45859 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/lldpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index 69f70221a9..cccb9ba5d7 100644
--- a/package/network/services/lldpd/Makefile
+++ b/package/network/services/lldpd/Makefile
@@ -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) \