mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-15 01:43:40 -06:00
vmware: Fix undefine symbol with loadable drivers enabled
All other drivers are explicitly linked to gnulib. The VMware driver lacked this, resulting in mdir_name being an undefine symbol. Explicitly link the VMware driver to gnulib to fix this.
This commit is contained in:
parent
42b2f35d36
commit
e2c13e03a6
@ -633,6 +633,7 @@ endif
|
||||
libvirt_driver_vmware_la_CFLAGS = \
|
||||
-I@top_srcdir@/src/conf -I@top_srcdir@/src/vmx
|
||||
if WITH_DRIVER_MODULES
|
||||
libvirt_driver_vmware_la_LIBADD = ../gnulib/lib/libgnu.la
|
||||
libvirt_driver_vmware_la_LDFLAGS = -module -avoid-version
|
||||
endif
|
||||
libvirt_driver_vmware_la_SOURCES = $(VMWARE_DRIVER_SOURCES)
|
||||
|
Loading…
Reference in New Issue
Block a user