Skip to content

Commit

Permalink
Bug 1543545 - Don't statically link freebl and util for pk11_gtest, a…
Browse files Browse the repository at this point in the history
…=bustage

--HG--
extra : amend_source : 0bd34383b804dac182a17b590d87dac03d50c46b
  • Loading branch information
martinthomson committed May 1, 2019
1 parent 5e56bd9 commit 47b5b1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gtests/pk11_gtest/pk11_gtest.gyp
Expand Up @@ -31,6 +31,7 @@
'<(DEPTH)/exports.gyp:nss_exports',
'<(DEPTH)/cpputil/cpputil.gyp:cpputil',
'<(DEPTH)/gtests/google_test/google_test.gyp:gtest',
'<(DEPTH)/lib/util/util.gyp:nssutil3',
],
'conditions': [
[ 'static_libs==1', {
Expand All @@ -40,18 +41,15 @@
'<(DEPTH)/lib/certhigh/certhigh.gyp:certhi',
'<(DEPTH)/lib/cryptohi/cryptohi.gyp:cryptohi',
'<(DEPTH)/lib/dev/dev.gyp:nssdev',
'<(DEPTH)/lib/freebl/freebl.gyp:freebl_static',
'<(DEPTH)/lib/nss/nss.gyp:nss_static',
'<(DEPTH)/lib/pk11wrap/pk11wrap.gyp:pk11wrap_static',
'<(DEPTH)/lib/pki/pki.gyp:nsspki',
'<(DEPTH)/lib/ssl/ssl.gyp:ssl',
'<(DEPTH)/lib/util/util.gyp:nssutil',
],
}, {
'dependencies': [
'<(DEPTH)/lib/nss/nss.gyp:nss3',
'<(DEPTH)/lib/ssl/ssl.gyp:ssl3',
'<(DEPTH)/lib/util/util.gyp:nssutil3',
],
}],
],
Expand Down

0 comments on commit 47b5b1a

Please sign in to comment.