From 8ba5fc94e52a5ecf99262fdecc7ec3e837c6fe03 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Wed, 22 Jan 2003 03:31:38 +0000 Subject: [PATCH] Unset MOZ_STATIC_CMPONENT_LIBS so that xpinstall works in static builds. Bug #187126 --- xpinstall/src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xpinstall/src/Makefile.in b/xpinstall/src/Makefile.in index e43b91cfc820..52a937a7fdf0 100644 --- a/xpinstall/src/Makefile.in +++ b/xpinstall/src/Makefile.in @@ -121,6 +121,7 @@ EXTRA_DSO_LDOPTS = \ # Make this a true dynamic component even in static builds because # this component is shared by installer FORCE_SHARED_LIB = 1 +MOZ_STATIC_COMPONENT_LIBS= include $(topsrcdir)/config/rules.mk