From cdf873f29b440e7f4248b8743eb652ec29cad8ff Mon Sep 17 00:00:00 2001 From: Seth Girvan Date: Tue, 30 Apr 2019 17:35:36 -0700 Subject: [PATCH] Revert "protobuf.pc.in does not reflect CXXFLAGS" This reverts commit a7180caf19ae150d9a3f9724600b0eed4b5da830. --- protobuf.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf.pc.in b/protobuf.pc.in index 282fef35b2..4e88b514a2 100644 --- a/protobuf.pc.in +++ b/protobuf.pc.in @@ -8,5 +8,5 @@ Description: Google's Data Interchange Format Version: @VERSION@ Libs: -L${libdir} -lprotobuf @PTHREAD_LIBS@ Libs.private: @LIBS@ -Cflags: -I${includedir} @PTHREAD_CFLAGS@ @CXXFLAGS@ +Cflags: -I${includedir} @PTHREAD_CFLAGS@ Conflicts: protobuf-lite