mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
make modules work again under linux
This commit is contained in:
parent
1f6b6aae1d
commit
a2d49368d3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user