summaryrefslogtreecommitdiff
path: root/nss.gyp
diff options
context:
space:
mode:
authorEdouard Oger <eoger@fastmail.com>2019-05-07 00:03:36 +0000
committerEdouard Oger <eoger@fastmail.com>2019-05-07 00:03:36 +0000
commita2255dd0460c186f9594cc0c849fb535ff4e5e31 (patch)
tree466164867dcb09ea859e882f2bc5629629dec9fe /nss.gyp
parentd375988abb0493f4a01ec873fd6db9e32553e90a (diff)
downloadnss-hg-a2255dd0460c186f9594cc0c849fb535ff4e5e31.tar.gz
Bug 1549608 - Do not sign dbm3 lib if DBM is disabled. r=jcjNSS_3_44_BETA2
Differential Revision: https://phabricator.services.mozilla.com/D30138
Diffstat (limited to 'nss.gyp')
-rw-r--r--nss.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/nss.gyp b/nss.gyp
index 419d4f2ad..68b991933 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -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)']
}