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 <[email protected]>
---

Again, pushing under build-breaker rule.

 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index 7c404b3..680101f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1759,6 +1759,7 @@ virtlockd_SOURCES = \
 virtlockd_CFLAGS = \
                $(AM_CFLAGS) \
                $(PIE_CFLAGS) \
+               $(XDR_CFLAGS) \
                $(NULL)
 virtlockd_LDFLAGS = \
                $(AM_LDFLAGS) \
-- 
1.8.1.4

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to