Commit 484b9923 authored by earthdok@chromium.org's avatar earthdok@chromium.org

Use NSS_ENABLE_ECC=1 for instrumented NSS builds.

This more closely matches Ubuntu build options, and fixes at least some of
NSS-related test failures.

BUG=313751
TBR=glider@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/163053004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251318 0039d316-1c4b-4281-b951-d872f2087c98
parent e6997eeb
......@@ -123,6 +123,7 @@ def nss_make_and_copy(parsed_arguments, environment, install_prefix):
make_args.append('ZDEFS_FLAG="-Wl,-z,nodefs %s"' % environment['LDFLAGS'])
make_args.append('NSPR_INCLUDE_DIR=/usr/include/nspr')
make_args.append('NSPR_LIB_DIR=%s/lib' % install_prefix)
make_args.append('NSS_ENABLE_ECC=1')
with ScopedChangeDirectory('nss') as cd_nss:
# -j is not supported
shell_call('make %s' % ' '.join(make_args), parsed_arguments.verbose,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment