diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index 69f70221a985db0b8efd03670ce748172bd693f3..cccb9ba5d771d6844efa69df9580f9f26282c146 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) \