Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 615448
Collapse All | Expand All

(-)node-v7.9.0.orig/src/node.cc (+2 lines)
Lines 4220-4227 Link Here
4220
        SafeGetenv("NODE_PRESERVE_SYMLINKS", &text) && text[0] == '1';
4220
        SafeGetenv("NODE_PRESERVE_SYMLINKS", &text) && text[0] == '1';
4221
  }
4221
  }
4222
4222
4223
#if HAVE_OPENSSL
4223
  if (openssl_config.empty())
4224
  if (openssl_config.empty())
4224
    SafeGetenv("OPENSSL_CONF", &openssl_config);
4225
    SafeGetenv("OPENSSL_CONF", &openssl_config);
4226
#endif
4225
4227
4226
  // Parse a few arguments which are specific to Node.
4228
  // Parse a few arguments which are specific to Node.
4227
  int v8_argc;
4229
  int v8_argc;

Return to bug 615448