Files
node/tools
Daniel Bevenius f4bd91b0e2 deps,build,tools: fix openssl-is-fips for ninja builds
Currently using the --openssl-is-fips configuration option in
combination with --ninja is broken.

This commit fixes two issues, one being an issue with the linker/version
script path variable. The second is that the locations of built
artifacts that differ for ninja and make.

ninja:
$ ./configure --openssl-is-fips --ninja
$ ninja -C out/Release
$ ./node --enable-fips -p 'crypto.getFips()'
1

make:
$ ./configure --openssl-is-fips
$ make -j8
$ ./node --enable-fips -p 'crypto.getFips()'
1

PR-URL: https://github.com/nodejs/node/pull/40518
Refs: https://github.com/nodejs/node/issues/40509
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
2021-10-21 04:16:19 +02:00
..
2021-08-30 21:03:23 +02:00
2021-06-10 14:17:49 +08:00
2021-10-04 10:09:06 +00:00
2021-08-25 07:55:32 -07:00
2021-02-13 18:08:48 +01:00
2021-08-25 07:55:32 -07:00
2021-07-04 19:56:09 -07:00
2021-07-04 19:56:09 -07:00