]> git.pld-linux.org Git - packages/nodejs.git/blob - nodejs-soname.patch
- 0.4.2
[packages/nodejs.git] / nodejs-soname.patch
1 diff -ur node-v0.4.2-o/wscript node-v0.4.2/wscript
2 --- node-v0.4.2-o/wscript       2011-03-02 22:30:21.000000000 -0700
3 +++ node-v0.4.2/wscript 2011-03-02 22:32:27.000000000 -0700
4 @@ -779,6 +779,7 @@
5    node.add_objects = 'eio http_parser'
6    if product_type_is_lib:
7      node.install_path = '${LIBDIR}'
8 +    node.vnum = "4.0.0" # FIXME: Should probably be based on VERSION
9    else:
10      node.install_path = '${PREFIX}/bin'
11    node.chmod = 0755
12 diff -ur node-v0.4.2-o/wscript.orig node-v0.4.2/wscript.orig
13 --- node-v0.4.2-o/wscript.orig  2011-03-02 22:24:17.000000000 -0700
14 +++ node-v0.4.2/wscript.orig    2011-03-02 22:30:21.000000000 -0700
15 @@ -436,7 +436,6 @@
16    # LFS
17    conf.env.append_value('CPPFLAGS',  '-D_LARGEFILE_SOURCE')
18    conf.env.append_value('CPPFLAGS',  '-D_FILE_OFFSET_BITS=64')
19 -  conf.env.append_value('CPPFLAGS',  '-DEV_MULTIPLICITY=0')
20  
21    # Makes select on windows support more than 64 FDs
22    if sys.platform.startswith("win32"):
23 Only in node-v0.4.2: wscript.rej
24 Only in node-v0.4.2: wscript.rej~
25 Only in node-v0.4.2: wscript~
This page took 0.385856 seconds and 4 git commands to generate.