]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
updated libpath patch for 32bit platforms; rel 2 auto/th/nodejs-14.17.4-2
authorJan Palus <atler@pld-linux.org>
Fri, 30 Jul 2021 22:31:21 +0000 (00:31 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 30 Jul 2021 22:31:21 +0000 (00:31 +0200)
nodejs-libpath.patch
nodejs.spec

index 614a9e514a1fedd24c1eec958a3f07d0e1077c61..272c6e3af8d527f2b40ca0e9764319d0f495e999 100644 (file)
@@ -8,4 +8,4 @@
 +  let paths = ["/usr/lib/node", "/usr/lib/node_modules", path.resolve(prefixDir, 'lib', 'node')];
  
    if (homeDir) {
-     paths.unshift(path.resolve(homeDir, '.node_libraries'));
+     ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries'));
index 5145ba74f5b0b70acea228550e67309653d46674..a58c03ba94a7215aeae0f85bf2dca602e0f76f5c 100644 (file)
@@ -26,7 +26,7 @@ Name:         nodejs
 # Maintenance start: October 2020
 # Maintenance end: April 2023
 Version:       14.17.4
-Release:       1
+Release:       2
 License:       BSD and MIT and Apache v2.0 and GPL v3
 Group:         Development/Languages
 Source0:       https://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
This page took 0.039442 seconds and 4 git commands to generate.