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

lldpd: build without libreadline

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

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

SVN-Revision: 39421
This commit is contained in:
Jo-Philipp Wich 2014-01-29 13:10:39 +00:00
parent b2593a3f49
commit 76e28f6b6e

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))