Bug 1077148 part 2 - Remove hack to avoid sqlite being linked against mozglue on mac. r=gps

This hack has actually not been actively used since sqlite, nss and nspr are
all folded together, because no shared library is actually linked in
db/sqlite3/src.
This commit is contained in:
Mike Hommey 2014-10-30 13:05:56 +09:00
parent 2a17803c46
commit aa81b10659

View File

@ -26,10 +26,3 @@ $(LD_VERSION_SCRIPT): $(topsrcdir)/db/sqlite3/src/sqlite.def
endif
endif
endif
ifeq (Darwin,$(OS_TARGET))
# On OSX, with jemalloc enabled, having sqlite linked against mozglue
# causes crashes in NSS standalone tools.
MOZ_GLUE_LDFLAGS =
endif