mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix linker errors in proxy
domain_conf.c:494: undefined reference to 'virNWFilterHashTableFree' domain_conf.c:5107: undefined reference to 'virNWFilterFormatParamAttributes' Add missing source to the proxy and disable XML parsing code in nwfilter_params.c for a proxy build.
This commit is contained in:
@@ -15,6 +15,7 @@ libexec_PROGRAMS = libvirt_proxy
|
||||
|
||||
libvirt_proxy_SOURCES = libvirt_proxy.c \
|
||||
@top_srcdir@/src/util/buf.c \
|
||||
@top_srcdir@/src/util/hash.c \
|
||||
@top_srcdir@/src/util/logging.c \
|
||||
@top_srcdir@/src/util/memory.c \
|
||||
@top_srcdir@/src/util/network.c \
|
||||
@@ -26,6 +27,7 @@ libvirt_proxy_SOURCES = libvirt_proxy.c \
|
||||
@top_srcdir@/src/conf/storage_encryption_conf.c \
|
||||
@top_srcdir@/src/conf/domain_conf.c \
|
||||
@top_srcdir@/src/conf/cpu_conf.c \
|
||||
@top_srcdir@/src/conf/nwfilter_params.c \
|
||||
@top_srcdir@/src/xen/xend_internal.c \
|
||||
@top_srcdir@/src/xen/xen_hypervisor.c \
|
||||
@top_srcdir@/src/xen/sexpr.c \
|
||||
|
||||
Reference in New Issue
Block a user