From 02aaee57ef8bbf6edf80ed3cf20f7ffbd9e173e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 14 Jun 2012 19:44:22 +0000 Subject: [PATCH 1/1] - pass -fPIC to nodejs awesome build system for libuv objects Changed files: uv-fpic.patch -> 1.1 --- uv-fpic.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 uv-fpic.patch diff --git a/uv-fpic.patch b/uv-fpic.patch new file mode 100644 index 0000000..339f4be --- /dev/null +++ b/uv-fpic.patch @@ -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 -- 2.44.0