make modules work again under linux

This commit is contained in:
darin%netscape.com 2002-10-31 09:21:42 +00:00
Родитель 1f6b6aae1d
Коммит a2d49368d3
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -73,11 +73,16 @@ LIBS = \
$(DIST)/lib/$(LIB_PREFIX)ipccom_s.$(LIB_SUFFIX) \
$(NULL)
# XXX -rdynamic is probably good for lots of other platforms
ifeq ($(OS_ARCH),Linux)
LIBS += -rdynamic
endif
include $(topsrcdir)/config/rules.mk
DEFINES += -DIPC_DAEMON
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
ifeq ($(OS_ARCH),WINNT)
#
# need to install mozipcd.lib, which contains the symbols exported by the
# daemon that modules will need to import.