From: Jan Rękorajski Date: Fri, 1 Jan 2016 16:33:34 +0000 (+0100) Subject: - disable system uv (does not build with current libuv) X-Git-Tag: auto/th/nodejs-0.10.40-4~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fnodejs.git;a=commitdiff_plain;h=1ae0074ad981d697e65b48bba1b9a4ee14960f39 - disable system uv (does not build with current libuv) --- diff --git a/nodejs.spec b/nodejs.spec index 75a95d3..42c8830 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,7 +1,7 @@ # # Conditional build: %bcond_without system_v8 # system v8 -%bcond_without system_uv # system uv +%bcond_with system_uv # system uv %bcond_without shared # build libnode.so shared library # NOTES: diff --git a/uv-fpic.patch b/uv-fpic.patch index 339f4be..6c26e78 100644 --- a/uv-fpic.patch +++ b/uv-fpic.patch @@ -8,3 +8,13 @@ OBJS += src/unix/core.o OBJS += src/unix/dl.o +--- node-v0.10.40/deps/uv/uv.gyp~ 2015-07-09 23:19:36.000000000 +0200 ++++ node-v0.10.40/deps/uv/uv.gyp 2016-01-01 17:30:58.139553119 +0100 +@@ -126,6 +126,7 @@ + '-Wall', + '-Wextra', + '-Wno-unused-parameter', ++ '-fPIC', + ], + 'sources': [ + 'include/uv-private/uv-unix.h',