mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Add missing XDR_FLAGS
Fixes build problems on x86_64-cygwin host for aarch64 target: CC lxc/libvirt_driver_lxc_impl_la-lxc_monitor_protocol.lo In file included from lxc/lxc_monitor_protocol.c:7:0: lxc/lxc_monitor_protocol.h:9:21: fatal error: rpc/rpc.h: No such file or directory CC rpc/libvirt_setuid_rpc_client_la-virnetmessage.lo In file included from rpc/virnetmessage.h:24:0, from rpc/virnetmessage.c:26: rpc/virnetprotocol.h:9:21: fatal error: rpc/rpc.h: No such file or directory CC lxc/libvirt_lxc-lxc_monitor_protocol.o In file included from lxc/lxc_monitor_protocol.c:7:0: lxc/lxc_monitor_protocol.h:9:21: fatal error: rpc/rpc.h: No such file or directory Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
This commit is contained in:
parent
a9c53462fb
commit
dd42ff0795
@ -1290,6 +1290,7 @@ endif ! WITH_DRIVER_MODULES
|
||||
libvirt_driver_lxc_impl_la_CFLAGS = \
|
||||
$(LIBNL_CFLAGS) \
|
||||
$(FUSE_CFLAGS) \
|
||||
$(XDR_CFLAGS) \
|
||||
-I$(srcdir)/access \
|
||||
-I$(srcdir)/conf \
|
||||
$(AM_CFLAGS)
|
||||
@ -2216,6 +2217,7 @@ libvirt_setuid_rpc_client_la_CFLAGS = \
|
||||
-I$(srcdir)/rpc \
|
||||
$(AM_CFLAGS) \
|
||||
$(SECDRIVER_CFLAGS) \
|
||||
$(XDR_CFLAGS) \
|
||||
$(NULL)
|
||||
endif WITH_LXC
|
||||
|
||||
@ -2665,6 +2667,7 @@ libvirt_lxc_CFLAGS = \
|
||||
$(LIBNL_CFLAGS) \
|
||||
$(FUSE_CFLAGS) \
|
||||
$(DBUS_CFLAGS) \
|
||||
$(XDR_CFLAGS) \
|
||||
$(NULL)
|
||||
if WITH_BLKID
|
||||
libvirt_lxc_CFLAGS += $(BLKID_CFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user