summaryrefslogtreecommitdiffstats
path: root/testing/nodejs/nodejs-multiplicity.patch
blob: 87479690d54c514cb33c015e1a3f41990801201f (plain)
1
2
3
4
5
6
7
8
9
10
--- node-v0.4.2.orig/wscript
+++ node-v0.4.2/wscript
@@ -436,7 +436,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"):