Add XPCOM_FROZEN_LDOPTS to EXTRA_DSO_LDOPTS to fix bustage.

This commit is contained in:
reed@reedloden.com 2008-01-29 09:25:30 -08:00
parent 580a698462
commit 1ecc45b779

View File

@ -60,6 +60,7 @@ REQUIRES = \
EXTRA_DSO_LDOPTS = \
$(XPCOM_GLUE_LDOPTS) \
$(XPCOM_FROZEN_LDOPTS) \
$(NSPR_LIBS) \
$(NULL)