Skip to content

Commit

Permalink
Bug 1387779 - make NSS build again on BSD (add -maes and -mpclmul), r…
Browse files Browse the repository at this point in the history
…=ttaubert

--HG--
extra : rebase_source : 9bd8d8023d379579b4c4db469b77a905dec51c5c
extra : amend_source : 57561b5281d33fe45bb9d4fc82c6424113752cdd
  • Loading branch information
franziskuskiefer committed Aug 7, 2017
1 parent 4fe258d commit e0f6112
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/freebl/freebl.gyp
Expand Up @@ -158,6 +158,14 @@
'-mpclmul',
'-maes',
],
'conditions': [
[ 'OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', {
'cflags': [
'-mpclmul',
'-maes',
],
}],
],
}],
[ 'OS=="mac"', {
'xcode_settings': {
Expand Down

0 comments on commit e0f6112

Please sign in to comment.