mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
build: use correct rpc.h for virtlockd
Commit d671121d was incomplete; I hit another compile fail on cygwin not finding the correct rpc/rpc.h. * src/Makefile.am (virtlockd_CFLAGS): Add XDR_CFLAGS. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
9fda950f5c
commit
db23257523
@ -1759,6 +1759,7 @@ virtlockd_SOURCES = \
|
||||
virtlockd_CFLAGS = \
|
||||
$(AM_CFLAGS) \
|
||||
$(PIE_CFLAGS) \
|
||||
$(XDR_CFLAGS) \
|
||||
$(NULL)
|
||||
virtlockd_LDFLAGS = \
|
||||
$(AM_LDFLAGS) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user