]> git.pld-linux.org Git - packages/nodejs.git/blame - uv-fpic.patch
- disable system uv (does not build with current libuv)
[packages/nodejs.git] / uv-fpic.patch
CommitLineData
02aaee57
ER
1--- node-v0.6.19/deps/uv/config-unix.mk~ 2012-06-06 03:46:27.000000000 +0300
2+++ node-v0.6.19/deps/uv/config-unix.mk 2012-06-14 22:23:21.230218071 +0300
3@@ -26,6 +26,7 @@
4
5 CPPFLAGS += -D_LARGEFILE_SOURCE
6 CPPFLAGS += -D_FILE_OFFSET_BITS=64
7+CPPFLAGS += -fPIC
8
9 OBJS += src/unix/core.o
10 OBJS += src/unix/dl.o
1ae0074a
JR
11--- node-v0.10.40/deps/uv/uv.gyp~ 2015-07-09 23:19:36.000000000 +0200
12+++ node-v0.10.40/deps/uv/uv.gyp 2016-01-01 17:30:58.139553119 +0100
13@@ -126,6 +126,7 @@
14 '-Wall',
15 '-Wextra',
16 '-Wno-unused-parameter',
17+ '-fPIC',
18 ],
19 'sources': [
20 'include/uv-private/uv-unix.h',
This page took 0.031518 seconds and 4 git commands to generate.