From 9b812aa3da44934fc971035f86b8e245f5827cff 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 git-svn-id: svn://10.0.0.236/trunk@136785 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpinstall/src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpinstall/src/Makefile.in b/mozilla/xpinstall/src/Makefile.in index e43b91cfc82..52a937a7fdf 100644 --- a/mozilla/xpinstall/src/Makefile.in +++ b/mozilla/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