Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1519231 - Disable nsssysinit for Firefox builds, r=ted
--HG--
extra : rebase_source : d78c7bdf64a0190bca84e0ff956a81dc23b604a4
extra : amend_source : ff1801fd56925c7c0ccea701cd926be8cfe291c6
  • Loading branch information
martinthomson committed Jan 10, 2019
1 parent 7cbbae6 commit a0a4432
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion nss.gyp
Expand Up @@ -29,6 +29,10 @@
[ 'OS=="linux"', {
'dependencies': [
'lib/freebl/freebl.gyp:freeblpriv3',
],
}],
[ 'OS=="linux" and mozilla_client==0', {
'dependencies': [
'lib/sysinit/sysinit.gyp:nsssysinit',
],
}],
Expand Down Expand Up @@ -68,7 +72,7 @@
'lib/util/util.gyp:nssutil',
],
'conditions': [
[ 'OS=="linux"', {
[ 'OS=="linux" and mozilla_client==0', {
'dependencies': [
'lib/sysinit/sysinit.gyp:nsssysinit_static',
],
Expand Down Expand Up @@ -199,6 +203,10 @@
[ 'OS=="linux"', {
'dependencies': [
'cmd/lowhashtest/lowhashtest.gyp:lowhashtest',
],
}],
[ 'OS=="linux" and mozilla_client==0', {
'dependencies': [
'gtests/sysinit_gtest/sysinit_gtest.gyp:sysinit_gtest',
],
}],
Expand Down

0 comments on commit a0a4432

Please sign in to comment.