diff --git a/config/linux/x64/config.h b/config/linux/x64/config.h index 7e76f2f..c89c318 100644 --- a/config/linux/x64/config.h +++ b/config/linux/x64/config.h @@ -378,7 +378,7 @@ /* #undef HAVE_SA_LEN */ /* Define to 1 if you have the `secure_getenv' function. */ -#define HAVE_SECURE_GETENV 1 +//#define HAVE_SECURE_GETENV 1 /* Define to 1 if you have the header file. */ #define HAVE_SEMAPHORE_H 1 diff --git a/package.json b/package.json index bd4b9f5..632dee8 100644 --- a/package.json +++ b/package.json @@ -24,13 +24,13 @@ "async": "^2.6.1", "bluebird": "^3.5.3", "bindings": "^1.3.0", - "file-disk": "^4.1.3", "nan": "^2.11.1", "prebuild-install": "^5.2.1" }, "devDependencies": { "cross-env": "^5.2.0", "eslint": "^3.19.0", + "file-disk": "^5.0.0", "mocha": "^5.2.0", "prebuild": "^8.1.2" },