[packages/nodejs] use patched v8 for SetAbortOnUncaughtException support
glen
glen at pld-linux.org
Sat Oct 17 22:07:27 CEST 2015
commit edb6f7bb5e85f1c27264d8f68932c1bf297a516d
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Oct 17 23:05:17 2015 +0300
use patched v8 for SetAbortOnUncaughtException support
fixing this error:
../src/node.cc:2979:17: error: 'class v8::Isolate' has no member named 'SetAbortOnUncaughtException'
nodejs.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 9f918c4..3166f59 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -9,7 +9,7 @@
Summary: Asynchronous JavaScript Engine
Name: nodejs
Version: 0.10.40
-Release: 0.1
+Release: 1
License: BSD and MIT and Apache v2.0 and GPL v3
Group: Development/Languages
Source0: https://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
@@ -40,7 +40,7 @@ BuildRequires: python-jsmin
BuildRequires: rpm >= 4.4.9-56
BuildRequires: rpmbuild(macros) >= 1.219
BuildRequires: sed >= 4.0
-%{?with_system_v8:BuildRequires: v8-devel >= 3.15.11.10}
+%{?with_system_v8:BuildRequires: v8-devel >= 3.15.11.18-2}
BuildRequires: zlib-devel
Requires: ca-certificates
Obsoletes: nodejs-waf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nodejs.git/commitdiff/edb6f7bb5e85f1c27264d8f68932c1bf297a516d
More information about the pld-cvs-commit
mailing list