diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2018-10-08 17:57:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 17:57:17 +0200 |
commit | 3c10c6d4144b677d51f1b12afc0e797cc0910276 (patch) | |
tree | ff27ac7b39d86804861a17e13a9bb2e86095ca2e /templates | |
parent | 83b678220ec784a250ab236f759baa88d5de9795 (diff) | |
parent | 0d1332f5918ec85e0e7785baba424022577c1585 (diff) |
Merge pull request #16754 from jtattermusch/fix_unsecure_pc
fix *_unsecure.pc files
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template index 2e3d75d819..0b67416d3e 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -692,7 +692,7 @@ PC_CFLAGS = PC_REQUIRES_PRIVATE = gpr $(PC_REQUIRES_GRPC) PC_LIBS_PRIVATE = $(PC_LIBS_GRPC) - PC_LIB = -lgrpc + PC_LIB = -lgrpc_unsecure GRPC_UNSECURE_PC_FILE := $(CORE_PC_TEMPLATE) PROTOBUF_PKG_CONFIG = false @@ -769,7 +769,7 @@ PC_CFLAGS = PC_REQUIRES_PRIVATE = grpc_unsecure $(PC_REQUIRES_GRPCXX) PC_LIBS_PRIVATE = $(PC_LIBS_GRPCXX) - PC_LIB = -lgrpc++ + PC_LIB = -lgrpc++_unsecure GRPCXX_UNSECURE_PC_FILE := $(CPP_PC_TEMPLATE) ifeq ($(MAKECMDGOALS),clean) |