Attempt to fix AIX and BeOS bustage by adding EXTRA_DSO_LDOPTS.

This commit is contained in:
dbaron%fas.harvard.edu 2001-10-02 04:21:20 +00:00
parent c5ce82b2f5
commit 7e8ecbcca7

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE=appcomps
LIBRARY_NAME=appcompintl_s
REQUIRES= xpcom \
REQUIRES = xpcom \
string \
uconv \
locale \
@ -50,4 +50,8 @@ CPPSRCS= \
nsFontPackageHandler.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk