]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
- pass -fPIC to nodejs awesome build system for libuv objects auto/th/nodejs-0_6_19-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Jun 2012 19:44:22 +0000 (19:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uv-fpic.patch -> 1.1

uv-fpic.patch [new file with mode: 0644]

diff --git a/uv-fpic.patch b/uv-fpic.patch
new file mode 100644 (file)
index 0000000..339f4be
--- /dev/null
@@ -0,0 +1,10 @@
+--- node-v0.6.19/deps/uv/config-unix.mk~       2012-06-06 03:46:27.000000000 +0300
++++ node-v0.6.19/deps/uv/config-unix.mk        2012-06-14 22:23:21.230218071 +0300
+@@ -26,6 +26,7 @@
+ CPPFLAGS += -D_LARGEFILE_SOURCE
+ CPPFLAGS += -D_FILE_OFFSET_BITS=64
++CPPFLAGS += -fPIC
+ OBJS += src/unix/core.o
+ OBJS += src/unix/dl.o
This page took 0.146659 seconds and 4 git commands to generate.