From a251f5c8b6bf287a28484b4b7fa4dc0ef44b1a71 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Sat, 17 Sep 2011 08:55:45 +0200 Subject: [PATCH] Bug 687139 - Avoid linking the updater against libmozutils. r=khuey --- toolkit/mozapps/update/updater/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/mozapps/update/updater/Makefile.in b/toolkit/mozapps/update/updater/Makefile.in index f5cdae054493..92790719f8fc 100644 --- a/toolkit/mozapps/update/updater/Makefile.in +++ b/toolkit/mozapps/update/updater/Makefile.in @@ -51,6 +51,10 @@ CPPSRCS = \ PROGRAM = updater$(BIN_SUFFIX) +# Don't link the updater against libmozutils. See bug 687139 +MOZ_UTILS_LDFLAGS = +MOZ_UTILS_PROGRAM_LDFLAGS = + LOCAL_INCLUDES += -I$(srcdir)/../../readstrings LIBS += \