packages: nodejs/nodejs-soname.patch (NEW) - Build libnode.so with soname

aredridel aredridel at pld-linux.org
Mon Feb 21 19:50:21 CET 2011


Author: aredridel                    Date: Mon Feb 21 18:50:21 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Build libnode.so with soname

---- Files affected:
packages/nodejs:
   nodejs-soname.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/nodejs/nodejs-soname.patch
diff -u /dev/null packages/nodejs/nodejs-soname.patch:1.1
--- /dev/null	Mon Feb 21 19:50:21 2011
+++ packages/nodejs/nodejs-soname.patch	Mon Feb 21 19:50:16 2011
@@ -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
================================================================


More information about the pld-cvs-commit mailing list