mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-19 00:19:17 +00:00
build: update gRPC to 1.25.0
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
committed by
Leo Di Donato
parent
80d69917ea
commit
fbcc6a0781
12
cmake/patch/grpc-1.25.0-Makefile.patch
Normal file
12
cmake/patch/grpc-1.25.0-Makefile.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index dd4ced8112..d6abccda82 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -839,6 +839,7 @@ ifneq ($(LDFLAGS_PROTOBUF_PKG_CONFIG),)
|
||||
LDFLAGS_PROTOBUF_PKG_CONFIG += $(shell $(PKG_CONFIG) --libs-only-L protobuf | sed s/L/Wl,-rpath,/)
|
||||
endif
|
||||
endif
|
||||
+LDFLAGS := $(LDFLAGS_PROTOBUF_PKG_CONFIG) $(LDFLAGS)
|
||||
else
|
||||
PC_LIBS_GRPCXX = -lprotobuf
|
||||
endif
|
Reference in New Issue
Block a user