search for: cfac2d8d375f

Displaying 1 result from an estimated 1 matches for "cfac2d8d375f".

2017 Nov 18
1
[PATCH] build: Reference RPC_CFLAGS where needed
...bled, so there might be some more build sources that need this, but I haven't found them. common/protocol/Makefile.am | 3 ++- fish/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/protocol/Makefile.am b/common/protocol/Makefile.am index cfac2d8d375f..778758209d4c 100644 --- a/common/protocol/Makefile.am +++ b/common/protocol/Makefile.am @@ -34,7 +34,8 @@ noinst_LTLIBRARIES = libprotocol.la # warnings here. libprotocol_la_SOURCES = guestfs_protocol.c guestfs_protocol.h libprotocol_la_CFLAGS = \ - -Wall -Wno-unused -fno-strict-aliasing $(GCC...