From f50f78c376989689dd05e64a3a1f963a38f7cd96 Mon Sep 17 00:00:00 2001 From: "jag@tty.nl" Date: Tue, 12 Feb 2008 23:31:35 -0800 Subject: [PATCH] Fix static build bustage. r=/sr=/a=pavlov --- memory/jemalloc/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/memory/jemalloc/Makefile.in b/memory/jemalloc/Makefile.in index ec07c444150..73681ec9af3 100644 --- a/memory/jemalloc/Makefile.in +++ b/memory/jemalloc/Makefile.in @@ -85,8 +85,6 @@ else MODULE_OPTIMIZE_FLAGS = -O2 LIBRARY_NAME = jemalloc -EXPORT_LIBRARY = 1 -LIBXUL_LIBRARY = 0 FORCE_SHARED_LIB= 1 CSRCS = \ @@ -99,4 +97,4 @@ include $(topsrcdir)/config/rules.mk ifeq (Darwin,$(OS_TARGET)) LDFLAGS += -init _jemalloc_darwin_init -endif \ No newline at end of file +endif