From 9970928c3a382eb3535dc9a986bcee8c4a930b1c Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 21 Mar 2011 22:34:05 +0000 Subject: [PATCH] Remove thready building -- we do not use threads anyway, and it breaks JS::SM git-svn-id: svn://svn.open-ils.org/ILS/trunk@19840 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/Makefile.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 0be07fccde..e6864dd3ad 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -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. -- 2.43.2