Fix 'undefined symbol' errors when loading native modules.

This commit is contained in:
Ben Noordhuis 2010-11-01 20:34:11 +01:00 committed by Ryan Dahl
parent 6bf97808ee
commit 7a7e88d44b

View File

@ -23,7 +23,7 @@ ifeq ($(platform),darwin)
endif
ifeq ($(platform),linux)
LINKFLAGS += -pthread -lrt
LINKFLAGS += -pthread -lrt -rdynamic
endif
ifeq ($(platform),solaris)