Remove thready building -- we do not use threads anyway, and it breaks JS::SM
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Mar 2011 22:34:05 +0000 (22:34 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Mar 2011 22:34:05 +0000 (22:34 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19840 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/Makefile.install

index 0be07fc..e6864dd 100644 (file)
@@ -326,7 +326,7 @@ install_js_sm: install_libjs install_spidermonkey
 install_libjs: 
        if [ ! -f $(LIBJS).tar.gz ]; then wget $(LIBJS_URL); fi;
        tar -zxf $(LIBJS).tar.gz
-       cd js/src/ && JS_THREADSAFE=true JS_DIST=/usr make -f Makefile.ref
+       cd js/src/ && JS_DIST=/usr make -f Makefile.ref
        mkdir -p $(JS_INSTALL_PREFIX)/include/js/
        cp js/src/*.h $(JS_INSTALL_PREFIX)/include/js/
        cp js/src/*.tbl $(JS_INSTALL_PREFIX)/include/js/
@@ -342,7 +342,7 @@ install_spidermonkey:
        if [ ! -z $(FEDORA) ]; then \
                sed -i -e 's/js32.dll/libjs.so/' $(LIBJS_PERL)/Makefile.PL ; \
        fi;
-       cd $(LIBJS_PERL) && perl Makefile.PL -E4X -JS_THREADSAFE && make && make test && make install
+       cd $(LIBJS_PERL) && perl Makefile.PL -E4X && make && make test && make install
 
 # On Ubuntu and possibly Debian, the libdbi0 package prevents the 
 # compiled-from-source version from being used and breaks the install.