Skip to content

Commit

Permalink
Bug 1549608 - Do not sign dbm3 lib if DBM is disabled. r=jcj
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D30138

--HG--
extra : moz-landing-system : lando
  • Loading branch information
eoger committed May 7, 2019
1 parent a035a01 commit deeb573
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nss.gyp
Expand Up @@ -267,6 +267,10 @@
'inputs/': [['exclude', 'freeblpriv']],
'outputs/': [['exclude', 'freeblpriv']]
}],
['disable_dbm==1', {
'inputs/': [['exclude', 'nssdbm3']],
'outputs/': [['exclude', 'nssdbm3']]
}],
],
'action': ['<(python)', '<(DEPTH)/coreconf/shlibsign.py', '<@(_inputs)']
}
Expand Down

0 comments on commit deeb573

Please sign in to comment.