]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
Fix for compiling with a libev compiled with EV_MULTIPLICITY
authoraredridel <aredridel@pld-linux.org>
Sat, 19 Feb 2011 07:50:39 +0000 (07:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nodejs-ev-multiplicity.patch -> 1.1

nodejs-ev-multiplicity.patch [new file with mode: 0644]

diff --git a/nodejs-ev-multiplicity.patch b/nodejs-ev-multiplicity.patch
new file mode 100644 (file)
index 0000000..fdeb6f4
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur node-v0.4.0-o//wscript node-v0.4.0/wscript
+--- node-v0.4.0-o//wscript     2011-02-10 03:40:11.000000000 -0700
++++ node-v0.4.0/wscript        2011-02-19 00:47:27.000000000 -0700
+@@ -384,7 +384,6 @@
+   # LFS
+   conf.env.append_value('CPPFLAGS',  '-D_LARGEFILE_SOURCE')
+   conf.env.append_value('CPPFLAGS',  '-D_FILE_OFFSET_BITS=64')
+-  conf.env.append_value('CPPFLAGS',  '-DEV_MULTIPLICITY=0')
+   # Makes select on windows support more than 64 FDs
+   if sys.platform.startswith("win32"):
+Only in node-v0.4.0: wscript~
This page took 0.08931 seconds and 4 git commands to generate.