]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use XDR_CFLAGS for Cygwin build
authorEric Blake <eblake@redhat.com>
Sat, 6 Aug 2016 13:27:03 +0000 (07:27 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 6 Aug 2016 13:27:03 +0000 (07:27 -0600)
commitaa760cd522f514b05f3cc5f17a5845f15d0a011f
tree11a48293bf9c4c9cf145dd1131dfe745e76664b9
parent5f5a5a42e5146336430b9284539d4bff3e8bb598
build: use XDR_CFLAGS for Cygwin build

Without XDR_CFLAGS, compilation on Cygwin fails with:

  CC       libvirt_driver_la-libvirt-stream.lo
In file included from libvirt-stream.c:26:0:
rpc/virnetprotocol.h:9:21: fatal error: rpc/rpc.h: No such file or directory

Signed-off-by: Eric Blake <eblake@redhat.com>
src/Makefile.am