From: Steinar H. Gunderson Date: Wed, 13 Jan 2021 21:53:15 +0000 (+0000) Subject: Fix compilation of tests with non-vendored (ie., Debian's) zlib. X-Git-Tag: archive/raspbian/1.30.2-2.1+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3716a31efcc130c55dcd6cafb6a2399f98e4db2f;p=grpc.git Fix compilation of tests with non-vendored (ie., Debian's) zlib. Gbp-Pq: Name unvendor-zlib.diff --- diff --git a/Makefile b/Makefile index b801b219..c0a27079 100644 --- a/Makefile +++ b/Makefile @@ -1365,7 +1365,7 @@ plugins: $(PROTOC_PLUGINS) privatelibs: privatelibs_c privatelibs_cxx -privatelibs_c: $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libz.a $(LIBDIR)/$(CONFIG)/libares.a +privatelibs_c: $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libares.a pc_c: $(LIBDIR)/$(CONFIG)/pkgconfig/grpc.pc $(LIBDIR)/$(CONFIG)/pkgconfig/gpr.pc pc_c_unsecure: $(LIBDIR)/$(CONFIG)/pkgconfig/grpc_unsecure.pc $(LIBDIR)/$(CONFIG)/pkgconfig/gpr.pc