]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
- Build libnode.so with soname
authoraredridel <aredridel@pld-linux.org>
Mon, 21 Feb 2011 18:50:16 +0000 (18:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nodejs-soname.patch -> 1.1

nodejs-soname.patch [new file with mode: 0644]

diff --git a/nodejs-soname.patch b/nodejs-soname.patch
new file mode 100644 (file)
index 0000000..6df55b4
--- /dev/null
@@ -0,0 +1,12 @@
+diff --git a/wscript b/wscript
+index de5ee45..c14a5d6 100644
+--- a/wscript
++++ b/wscript
+@@ -761,6 +761,7 @@ def build(bld):
+   node.add_objects = 'eio http_parser'
+   if product_type_is_lib:
+     node.install_path = '${PREFIX}/lib'
++    node.vnum = "4.0.0" # FIXME: Should probably be based on VERSION
+   else:
+     node.install_path = '${PREFIX}/bin'
+   node.chmod = 0755
This page took 0.140887 seconds and 4 git commands to generate.