]> git.pld-linux.org Git - packages/nodejs.git/blame - nodejs-soname.patch
- Build libnode.so with soname
[packages/nodejs.git] / nodejs-soname.patch
CommitLineData
242ba1b8 1diff --git a/wscript b/wscript
2index de5ee45..c14a5d6 100644
3--- a/wscript
4+++ b/wscript
5@@ -761,6 +761,7 @@ def build(bld):
6 node.add_objects = 'eio http_parser'
7 if product_type_is_lib:
8 node.install_path = '${PREFIX}/lib'
9+ node.vnum = "4.0.0" # FIXME: Should probably be based on VERSION
10 else:
11 node.install_path = '${PREFIX}/bin'
12 node.chmod = 0755
This page took 0.023512 seconds and 4 git commands to generate.