packages: nodejs/nodejs-ev-multiplicity.patch (NEW) Fix for compiling with ...
aredridel
aredridel at pld-linux.org
Sat Feb 19 08:50:44 CET 2011
Author: aredridel Date: Sat Feb 19 07:50:44 2011 GMT
Module: packages Tag: HEAD
---- Log message:
Fix for compiling with a libev compiled with EV_MULTIPLICITY
---- Files affected:
packages/nodejs:
nodejs-ev-multiplicity.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/nodejs/nodejs-ev-multiplicity.patch
diff -u /dev/null packages/nodejs/nodejs-ev-multiplicity.patch:1.1
--- /dev/null Sat Feb 19 08:50:44 2011
+++ packages/nodejs/nodejs-ev-multiplicity.patch Sat Feb 19 08:50:39 2011
@@ -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~
================================================================
More information about the pld-cvs-commit
mailing list