Bug 721160 - Stop explicitly linking libcrypto on OS X. r=ted

This commit is contained in:
Steven Michaud 2012-02-13 14:21:44 -06:00
parent 01a9cfa553
commit 68d225c46c
2 changed files with 0 additions and 2 deletions

View File

@ -86,7 +86,6 @@ ifeq ($(OS_ARCH),Darwin)
CPPSRCS += crashreporter_unix_common.cpp
CMMSRCS += crashreporter_osx.mm
OS_LIBS += -framework Cocoa
OS_LIBS += -lcrypto
LIBS += \
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)breakpad_common_s.$(LIB_SUFFIX) \
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/mac/$(LIB_PREFIX)breakpad_mac_common_s.$(LIB_SUFFIX) \

View File

@ -60,7 +60,6 @@ HOST_LIBS += \
HOST_LDFLAGS += \
-framework Foundation \
-lcrypto \
$(NULL)
# force C++ linking