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
This commit is contained in:
seawood%netscape.com 2003-01-22 03:31:38 +00:00
parent b92e5ede69
commit 9b812aa3da

View File

@ -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