]> git.pld-linux.org Git - packages/nodejs.git/blob - nodejs-soname.patch
use system http parser library
[packages/nodejs.git] / nodejs-soname.patch
1 --- node-v0.4.3-o//wscript      2011-03-18 17:27:18.000000000 -0600
2 +++ node-v0.4.3/wscript 2011-03-18 22:36:52.000000000 -0600
3 @@ -803,6 +803,7 @@
4    node.add_objects = 'eio http_parser'
5    if product_type_is_lib:
6      node.install_path = '${LIBDIR}'
7 +    node.vnum = "10.0.0" # Fixme, derive from version
8    else:
9      node.install_path = '${PREFIX}/bin'
10    node.chmod = 0755
This page took 0.077564 seconds and 3 git commands to generate.