From 8fce3399700bb90614004978f723341e16e3dd99 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 25 Feb 2011 15:02:04 +0100 Subject: [PATCH] Bug 584474 part 5 - Link necessary libraries to crashreporter client for MD5 and SHA1 on mac debug builds. r=ted --- toolkit/crashreporter/client/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/crashreporter/client/Makefile.in b/toolkit/crashreporter/client/Makefile.in index 91a038786cd..6a867814aed 100644 --- a/toolkit/crashreporter/client/Makefile.in +++ b/toolkit/crashreporter/client/Makefile.in @@ -77,6 +77,10 @@ ifeq ($(OS_ARCH),Darwin) CPPSRCS += crashreporter_unix_common.cpp CMMSRCS += crashreporter_osx.mm OS_LIBS += -framework Cocoa +ifdef MOZ_DEBUG +OS_LIBS += -lcrypto +LIBS += $(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)breakpad_common_s.$(LIB_SUFFIX) +endif LIBS += \ $(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/mac/$(LIB_PREFIX)breakpad_mac_common_s.$(LIB_SUFFIX) \ $(NULL)