Skip to content

Commit 16fe852

Browse files
committed
resolve build failures of node-java in Node v14
This PR updates package.json to get a node-java version that resolves the subject issue in new branch node14-zos: https://github.com/ibmruntimes/node-java.git It also removes the requirement of setting LDFLAGS env var prior to building node-java or node-jdbc. Ref: ibmruntimes/node-java#1
1 parent daf4cda commit 16fe852

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "jdbc",
3-
"version": "0.6.5-pre.0",
3+
"version": "0.7.0-pre.0",
44
"description": "Node Module JDBC wrapper",
55
"main": "index.js",
66
"dependencies": {
77
"async": "~3.0.1",
8-
"java": "git+https://github.com/ibmruntimes/node-java.git#node12-zos",
8+
"java": "git+https://github.com/ibmruntimes/node-java.git#node14-zos",
99
"lodash": "~4.17.11",
1010
"uuid": "^3.3.2",
1111
"winston": "^3.2.1"

0 commit comments

Comments
 (0)