]> git.pld-linux.org Git - packages/nodejs.git/blame_incremental - nodejs-soname.patch
update LTS info url
[packages/nodejs.git] / nodejs-soname.patch
... / ...
CommitLineData
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.073639 seconds and 4 git commands to generate.