lldpd: build without libreadline

lldpcli uses libreadline for tab completion. libreadline take around 110kb.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39421 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2014-01-29 13:10:39 +00:00
parent 8d3d348e63
commit e2dcb6b7ec

View File

@@ -59,6 +59,7 @@ endef
CONFIGURE_ARGS += \
--with-privsep-user=lldp \
--with-privsep-group=lldp \
--with-privsep-chroot=/var/run/lldp
--with-privsep-chroot=/var/run/lldp \
--with-readline=no
$(eval $(call BuildPackage,lldpd))