mk: remove fuse requirement for vhost-user
The fuse library is needed for vhost-cuse as required in commit28a1ccca41
. The case vhost-user was forgotten for application linking. Fixes:28a1ccca41
("vhost: add build option for vhost-user") Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
97d60e1933
commit
3eb4b1f6ef
@ -143,7 +143,7 @@ ifeq ($(CONFIG_RTE_LIBRTE_PMD_PCAP),y)
|
||||
LDLIBS += -lpcap
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_RTE_LIBRTE_VHOST),y)
|
||||
ifeq ($(CONFIG_RTE_LIBRTE_VHOST)$(CONFIG_RTE_LIBRTE_VHOST_USER),yn)
|
||||
LDLIBS += -lfuse
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user