Whoops! The glue library is supposed to be static.

Bug #83544


git-svn-id: svn://10.0.0.236/trunk@107447 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2001-11-06 10:50:37 +00:00
parent 0ef28aebb3
commit e9d30f1ebc
2 changed files with 5 additions and 0 deletions

View File

@@ -49,5 +49,8 @@ EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
# glue lib should be static
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk

View File

@@ -68,6 +68,8 @@ OBJS= \
#//
#//------------------------------------------------------------------------
#
#// Force glue library to be static
MOZ_STATIC_COMPONENT_LIBS=1
#//------------------------------------------------------------------------
#//