mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
Fix build on Mingw32 wrt export of virNetServerGetDBusConn
Mingw32 complains if you request export of a symbol which does not in fact exist. * src/libvirt_bridge.syms, src/libvirt_macvtap.syms: Delete obsolete files * src/libvirt_private.syms: Remove virNetServerGetDBusConn * src/libvirt_dbus.syms: Add virNetServerGetDBusConn
This commit is contained in:
parent
d26b73ca2b
commit
66d5d3f186
@ -1175,16 +1175,12 @@ if WITH_DRIVER_MODULES
|
|||||||
USED_SYM_FILES += libvirt_driver_modules.syms
|
USED_SYM_FILES += libvirt_driver_modules.syms
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_BRIDGE
|
|
||||||
USED_SYM_FILES += libvirt_bridge.syms
|
|
||||||
endif
|
|
||||||
|
|
||||||
if WITH_LINUX
|
if WITH_LINUX
|
||||||
USED_SYM_FILES += libvirt_linux.syms
|
USED_SYM_FILES += libvirt_linux.syms
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_MACVTAP
|
if HAVE_DBUS
|
||||||
USED_SYM_FILES += libvirt_macvtap.syms
|
USED_SYM_FILES += libvirt_dbus.syms
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_LIBVIRTD
|
if WITH_LIBVIRTD
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
#
|
|
||||||
# These symbols are dependent upon --with-qemu or --with-lxc via
|
|
||||||
# WITH_BRIDGE.
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
# bridge.h
|
|
||||||
brAddBridge;
|
|
||||||
brAddInetAddress;
|
|
||||||
brAddInterface;
|
|
||||||
brAddTap;
|
|
||||||
brCreateTap;
|
|
||||||
brDelInetAddress;
|
|
||||||
brDeleteBridge;
|
|
||||||
brDeleteTap;
|
|
||||||
brHasBridge;
|
|
||||||
brInit;
|
|
||||||
brSetEnableSTP;
|
|
||||||
brSetForwardDelay;
|
|
||||||
brSetInetNetmask;
|
|
||||||
brSetInterfaceMac;
|
|
||||||
brSetInterfaceUp;
|
|
||||||
brShutdown;
|
|
2
src/libvirt_dbus.syms
Normal file
2
src/libvirt_dbus.syms
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# virnetserver.h
|
||||||
|
virNetServerGetDBusConn;
|
@ -1,10 +0,0 @@
|
|||||||
#
|
|
||||||
# These symbols are dependent on WITH_MACVTAP.
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
# macvtap.h
|
|
||||||
delMacvtap;
|
|
||||||
openMacvtapTap;
|
|
||||||
vpAssociatePortProfileId;
|
|
||||||
vpDisassociatePortProfileId;
|
|
@ -1252,7 +1252,6 @@ virNetServerAddSignalHandler;
|
|||||||
virNetServerAutoShutdown;
|
virNetServerAutoShutdown;
|
||||||
virNetServerClose;
|
virNetServerClose;
|
||||||
virNetServerFree;
|
virNetServerFree;
|
||||||
virNetServerGetDBusConn;
|
|
||||||
virNetServerIsPrivileged;
|
virNetServerIsPrivileged;
|
||||||
virNetServerNew;
|
virNetServerNew;
|
||||||
virNetServerQuit;
|
virNetServerQuit;
|
||||||
|
Loading…
Reference in New Issue
Block a user