[dpdk-dev] [PATCH v2] vhost: Add -lfuse into the LDFLAGS list

2015-01-27 Thread Neil Horman
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 --- Change notes: v2) Removed normal shared object inclusion of libfuse since its always included now

[dpdk-dev] [PATCH v2] vhost: Add -lfuse into the LDFLAGS list

2015-01-27 Thread Thomas Monjalon
2015-01-27 09:39, Neil Horman: > 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 > > --- > Change notes: > v2) Removed normal shared object