From: Michael Jerris Date: Thu, 8 Feb 2007 01:56:55 +0000 (+0000) Subject: we need to build the mods w/ JS_THREADSAFE defined so it gets the header stuff right. X-Git-Tag: v1.0-beta1~1206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56e85a94587d7b822e8aed55b7246ac22476a36e;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/mod/languages/mod_spidermonkey/sm.mak b/src/mod/languages/mod_spidermonkey/sm.mak index ef56bb615f..2cce2703be 100644 --- a/src/mod/languages/mod_spidermonkey/sm.mak +++ b/src/mod/languages/mod_spidermonkey/sm.mak @@ -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