]> git.pld-linux.org Git - packages/nodejs.git/blob - nodejs-soname.patch
- 0.4.3
[packages/nodejs.git] / nodejs-soname.patch
1 Only in node-v0.4.3: .lock-wscript
2 Only in node-v0.4.3: build
3 Only in node-v0.4.3: debugfiles.list
4 Only in node-v0.4.3: debuglinks.list
5 Only in node-v0.4.3: debugsources.list
6 Only in node-v0.4.3/deps/v8/tools: jsmin.pyc
7 Only in node-v0.4.3: node
8 Only in node-v0.4.3/tools: js2c.pyc
9 diff -ur node-v0.4.3-o//wscript node-v0.4.3/wscript
10 --- node-v0.4.3-o//wscript      2011-03-18 17:27:18.000000000 -0600
11 +++ node-v0.4.3/wscript 2011-03-18 22:36:52.000000000 -0600
12 @@ -803,6 +803,7 @@
13    node.add_objects = 'eio http_parser'
14    if product_type_is_lib:
15      node.install_path = '${LIBDIR}'
16 +    node.vnum = "4.0.0" # Fixme, derive from version
17    else:
18      node.install_path = '${PREFIX}/bin'
19    node.chmod = 0755
20 Only in node-v0.4.3: wscript~
This page took 3.348036 seconds and 4 git commands to generate.