]> git.pld-linux.org Git - packages/nodejs.git/blame - nodejs-ev-multiplicity.patch
- Makes libdir overridable instead of being prefix/lib
[packages/nodejs.git] / nodejs-ev-multiplicity.patch
CommitLineData
5d7d1572 1diff -ur node-v0.4.0-o//wscript node-v0.4.0/wscript
2--- node-v0.4.0-o//wscript 2011-02-10 03:40:11.000000000 -0700
3+++ node-v0.4.0/wscript 2011-02-19 00:47:27.000000000 -0700
4@@ -384,7 +384,6 @@
5 # LFS
6 conf.env.append_value('CPPFLAGS', '-D_LARGEFILE_SOURCE')
7 conf.env.append_value('CPPFLAGS', '-D_FILE_OFFSET_BITS=64')
8- conf.env.append_value('CPPFLAGS', '-DEV_MULTIPLICITY=0')
9
10 # Makes select on windows support more than 64 FDs
11 if sys.platform.startswith("win32"):
12Only in node-v0.4.0: wscript~
This page took 0.053756 seconds and 4 git commands to generate.