Skip to content

Commit

Permalink
Bug 1529308 - Use a new comm_client flag in nss.gyp, which enables TB…
Browse files Browse the repository at this point in the history
… to build cmsutil. r=jcj
  • Loading branch information
kaie committed Feb 28, 2019
1 parent 8017135 commit baf3c08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions coreconf/config.gypi
Expand Up @@ -94,6 +94,7 @@
'disable_libpkix%': 1,
'disable_werror%': 0,
'mozilla_client%': 0,
'comm_client%': 0,
'moz_fold_libs%': 0,
'moz_folded_library_name%': '',
'sanitizer_flags%': 0,
Expand Down
7 changes: 7 additions & 0 deletions nss.gyp
Expand Up @@ -105,6 +105,13 @@
'cmd/pk12util/pk12util.gyp:pk12util',
'cmd/shlibsign/shlibsign.gyp:shlibsign',
],
'conditions': [
[ 'comm_client==1', {
'dependencies': [
'cmd/smimetools/smimetools.gyp:cmsutil',
],
}],
],
'conditions': [
[ 'mozilla_client==0', {
'dependencies': [
Expand Down

0 comments on commit baf3c08

Please sign in to comment.