From 13f48c66d9d364f7344a65cfadc723bb5d3f1754 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Sat, 27 Jul 2013 11:07:10 -0700 Subject: [PATCH] Bug 897674 - Don't use STL wrappers when building maintenance service [r=gps] --- toolkit/components/maintenanceservice/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/components/maintenanceservice/Makefile.in b/toolkit/components/maintenanceservice/Makefile.in index ecf83317120b..0cdcb1e09cbb 100644 --- a/toolkit/components/maintenanceservice/Makefile.in +++ b/toolkit/components/maintenanceservice/Makefile.in @@ -18,6 +18,7 @@ DIST_PROGRAM = maintenanceservice$(BIN_SUFFIX) # bug 725876 MOZ_GLUE_LDFLAGS = MOZ_GLUE_PROGRAM_LDFLAGS = +STL_FLAGS= LIBS += \ ../../mozapps/update/common/$(LIB_PREFIX)updatecommon.$(LIB_SUFFIX) \