we need to build the mods w/ JS_THREADSAFE defined so it gets the header stuff right.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4159 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-02-08 01:56:55 +00:00
parent 46b850273c
commit 56e85a9458
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
CFLAGS += -I$(PREFIX)/include/js -I$(PREFIX)/include/nspr -DXP_UNIX -I../mod_spidermonkey
CFLAGS += -I$(PREFIX)/include/js -I$(PREFIX)/include/nspr -DXP_UNIX -I../mod_spidermonkey -DJS_THREADSAFE
LDFLAGS += -lnspr4 -ljs -lcurl