chromium: Build with NSS by default.
Hurray! This is the first time chromium is working with NSS _and_ is able to verify certificates using the root certificates built in into NSS. Optimally it would use certs from OPENSSL_X509_CERT_FILE, but at least it's working, so let's add that at some later point.
This commit is contained in:
parent
808108105d
commit
8b4fae76b3
@ -32,7 +32,7 @@ let
|
|||||||
channel = "stable";
|
channel = "stable";
|
||||||
selinux = false;
|
selinux = false;
|
||||||
nacl = false;
|
nacl = false;
|
||||||
openssl = true;
|
openssl = false;
|
||||||
gnome = false;
|
gnome = false;
|
||||||
gnomeKeyring = false;
|
gnomeKeyring = false;
|
||||||
proprietaryCodecs = true;
|
proprietaryCodecs = true;
|
||||||
@ -59,7 +59,7 @@ let
|
|||||||
use_system_libpng = true;
|
use_system_libpng = true;
|
||||||
use_system_libxml = true;
|
use_system_libxml = true;
|
||||||
use_system_speex = true;
|
use_system_speex = true;
|
||||||
use_system_ssl = true;
|
use_system_ssl = config.openssl;
|
||||||
use_system_stlport = true;
|
use_system_stlport = true;
|
||||||
use_system_xdg_utils = true;
|
use_system_xdg_utils = true;
|
||||||
use_system_yasm = true;
|
use_system_yasm = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user