From: Elan Ruusamäe Date: Thu, 14 Jun 2012 19:44:22 +0000 (+0000) Subject: - pass -fPIC to nodejs awesome build system for libuv objects X-Git-Tag: auto/th/nodejs-0_6_19-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Fnodejs-0_6_19-1;hp=1385a0382bd5368277408a7bc4523f84aed0f3ad;p=packages%2Fnodejs.git - pass -fPIC to nodejs awesome build system for libuv objects Changed files: uv-fpic.patch -> 1.1 --- 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