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:
parent
b2593a3f49
commit
76e28f6b6e
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue