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
Родитель 8bafc7b18a
Коммит 9d4770485c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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