]> git.pld-linux.org Git - packages/nodejs.git/blobdiff - nodejs-shared.patch
- up to 8.9.3 (LTS)
[packages/nodejs.git] / nodejs-shared.patch
index 1089f90dd4670393a49900fc7fb27b7db24022e3..c22719e84e139eb56cc032513fa613f25fef93f8 100644 (file)
@@ -1,22 +1,14 @@
---- node-v0.10.3-o/Makefile    2013-04-03 11:30:57.000000000 -0600
-+++ node-v0.10.3/Makefile      2013-04-03 19:30:22.000000000 -0600
-@@ -54,11 +54,13 @@
- config.gypi: configure
-       $(PYTHON) ./configure
+--- node-v0.10.3/common.gypi~  2013-04-03 20:30:57.000000000 +0300
++++ node-v0.10.3/common.gypi   2013-04-08 15:50:00.327121152 +0300
+@@ -8,6 +8,8 @@
+     'component%': 'static_library',  # NB. these names match with what V8 expects
+     'msvs_multi_core_compile': '0',  # we do enable multicore compiles, but not using the V8 way
+     'gcc_version%': 'unknown',
++    # For a shared library build, results in "libnode.so.<(soname_version)".
++    'soname_version%': '',
+     'clang%': 0,
+     'python%': 'python',
  
--install: all
--      $(PYTHON) tools/install.py $@ $(DESTDIR)
-+install: all justinstall
-+
-+justinstall:
-+      $(PYTHON) tools/install.py install $(DESTDIR) $(LIBDIR)
- uninstall:
--      $(PYTHON) tools/install.py $@ $(DESTDIR)
-+      $(PYTHON) tools/install.py $@ $(DESTDIR) $(LIBDIR)
- clean:
-       -rm -rf out/Makefile node node_g out/$(BUILDTYPE)/node blog.html email.md
 --- node-v0.10.3-o/node.gyp    2013-04-03 11:30:57.000000000 -0600
 +++ node-v0.10.3/node.gyp      2013-04-03 19:30:22.000000000 -0600
 @@ -67,17 +67,35 @@
@@ -53,8 +45,8 @@
 +    {
 +      'target_name': 'libnode',
 +      'type': 'shared_library',
-+      'product_extension': 'so.10',
-+      'soname_version': '10',
++      'product_extension': 'so.<(soname_version)',
++      'soname_version': '<(soname_version)',
 +      'cflags': ['-fPIC'],
 +
 +      'sources': [
This page took 0.06347 seconds and 4 git commands to generate.