mod_v8: Force V8 build to disable python multithreading support during build, to make it safe to build even if there is not enough rights on /dev/shm. FS-6111 --resolve

This commit is contained in:
Peter Olsson 2014-01-21 10:54:30 +01:00
parent 2ac90c4165
commit 855361d8ae
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ $(V8LIB): $(V8_DIR)
fi; \
fi; \
fi; \
cd $(V8_BUILDDIR) && CFLAGS="$(V8_CXXFLAGS)" CXXFLAGS="$(V8_CXXFLAGS)" GYP_DEFINES="$$defines" $(MAKE) $(V8_BUILDPARAMS) native
cd $(V8_BUILDDIR) && CFLAGS="$(V8_CXXFLAGS)" CXXFLAGS="$(V8_CXXFLAGS)" GYPFLAGS="--no-parallel" GYP_DEFINES="$$defines" $(MAKE) $(V8_BUILDPARAMS) native
$(CURLLA):
@cd $(CURL_BUILDDIR) && $(MAKE)