summaryrefslogtreecommitdiff
path: root/nss.gyp
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2022-10-20 05:58:24 +0000
committerMike Hommey <mh@glandium.org>2022-10-20 05:58:24 +0000
commitc2ea930c748b031d861a72f99f5bd28cf5e4f103 (patch)
tree15f942ae7c4d9407733f36d944ac344cf936bc7c /nss.gyp
parentcdab583dbc3614c29e784c5d8bc494075f6561d3 (diff)
downloadnss-hg-c2ea930c748b031d861a72f99f5bd28cf5e4f103.tar.gz
Bug 1796504 - Skip building modutil and shlibsign when building in Firefox. r=nss-reviewers,mt
shlibsign hasn't been used since bug 1620158. I'm not sure modutil was ever actually used, but it was related included in relation to the .chk signatures too, which we don't produce anymore. Differential Revision: https://phabricator.services.mozilla.com/D159827
Diffstat (limited to 'nss.gyp')
-rw-r--r--nss.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nss.gyp b/nss.gyp
index 2cf713af3..2a23b04f5 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -114,9 +114,7 @@
'type': 'none',
'dependencies': [
'cmd/certutil/certutil.gyp:certutil',
- 'cmd/modutil/modutil.gyp:modutil',
'cmd/pk12util/pk12util.gyp:pk12util',
- 'cmd/shlibsign/shlibsign.gyp:shlibsign',
],
'conditions': [
[ 'comm_client==1', {
@@ -129,7 +127,9 @@
[ 'mozilla_client==0', {
'dependencies': [
'cmd/crlutil/crlutil.gyp:crlutil',
+ 'cmd/modutil/modutil.gyp:modutil',
'cmd/pwdecrypt/pwdecrypt.gyp:pwdecrypt',
+ 'cmd/shlibsign/shlibsign.gyp:shlibsign',
'cmd/signtool/signtool.gyp:signtool',
'cmd/signver/signver.gyp:signver',
'cmd/smimetools/smimetools.gyp:cmsutil',