From 9a8f922dee99b60767f4593c4d42855009052875 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Sat, 26 Mar 2016 20:23:07 -0400 Subject: [PATCH] build: add missing `openssl_fips%` to common.gypi MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit See: atom/node@cba512d493d968afb203e28ed01e8d345fc9c9f4 PR-URL: https://github.com/nodejs/node/pull/5919 Reviewed-By: Johan Bergström --- common.gypi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.gypi b/common.gypi index 5b8b2c0..7d7715e 100644 --- a/common.gypi +++ b/common.gypi @@ -14,6 +14,8 @@ 'node_tag%': '', 'uv_library%': 'static_library', + 'openssl_fips%': '', + # Default to -O0 for debug builds. 'v8_optimized_debug%': 0, -- 2.7.4