diff options
Diffstat (limited to 'www/chromium/files/patch-build_config_crypto.gni')
-rw-r--r-- | www/chromium/files/patch-build_config_crypto.gni | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/chromium/files/patch-build_config_crypto.gni b/www/chromium/files/patch-build_config_crypto.gni new file mode 100644 index 000000000000..be98f4b52c03 --- /dev/null +++ b/www/chromium/files/patch-build_config_crypto.gni @@ -0,0 +1,8 @@ +--- build/config/crypto.gni.orig 2016-08-03 22:02:10.000000000 +0300 ++++ build/config/crypto.gni 2016-09-03 01:37:11.785915000 +0300 +@@ -20,4 +20,4 @@ + + # True if NSS is used for certificate handling. It is possible to use OpenSSL + # for the crypto library, but NSS for the platform certificate library. +-use_nss_certs = is_linux ++use_nss_certs = is_linux || is_bsd |