From 395c3ed1c466d720ea388311420c7d9bab512330 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 30 Jun 2015 17:57:24 -0700 Subject: [PATCH] Regenerate Makefile --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a5fbc105a9e..f081dfae583 100644 --- a/Makefile +++ b/Makefile @@ -338,11 +338,12 @@ PC_TEMPLATE = prefix=$(prefix)\nexec_prefix=\$${prefix}\nincludedir=\$${prefix}/ # gpr .pc file PC_NAME = Google Public Runtime PC_DESCRIPTION = Google Public Runtime -PC_CFLAGS = -pthread +PC_CFLAGS = PC_REQUIRES_PRIVATE = -PC_LIBS_PRIVATE = -lpthread ifeq ($(SYSTEM),Darwin) -PC_LIBS_PRIVATE += -lrt +PC_LIBS_PRIVATE = -lrt +else +PC_LIBS_PRIVATE = endif GPR_PC_FILE := $(PC_TEMPLATE)