Unset MOZ_STATIC_CMPONENT_LIBS so that xpinstall works in static builds.

Bug #187126
This commit is contained in:
seawood%netscape.com 2003-01-22 03:31:38 +00:00
parent c1e3bc0d5e
commit 8ba5fc94e5

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