projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2593a3
)
lldpd: build without libreadline
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 29 Jan 2014 13:10:39 +0000
(13:10 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 29 Jan 2014 13:10:39 +0000
(13:10 +0000)
lldpcli uses libreadline for tab completion. libreadline take around 110kb.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 39421
package/network/services/lldpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/lldpd/Makefile
b/package/network/services/lldpd/Makefile
index 49940cdeea691fe28454d6c27cdbee5a5d4db273..31367833ec555d650832c6bae833784207963018 100644
(file)
--- a/
package/network/services/lldpd/Makefile
+++ b/
package/network/services/lldpd/Makefile
@@
-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))