Thread (1 message) 1 message, 1 author, 2015-01-26

Re: [PATCH] vhost: Add -lfuse into the LDFLAGS list

From: Thomas Monjalon <hidden>
Date: 2015-01-26 21:03:58

2015-01-20 15:49, Neil Horman:
quoted hunk
the vhost library relies on libfuse, and thats included when we do a normal
shared object build, but when we specify combined libs, its gets left out.  Add
it back in

Signed-off-by: Neil Horman <redacted>
---
 mk/rte.app.mk | 4 ++++
 1 file changed, 4 insertions(+)
--- a/mk/rte.app.mk
+++ b/mk/rte.app.mk
+ifeq ($(CONFIG_RTE_LIBRTE_VHOST),y)
+LDLIBS += -lfuse
+endif
There was already a line for -lfuse below in the file.
You are adding it in a place where it applies to every cases,
so you should remove the old special case.

Thanks
-- 
Thomas
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help