|
|
|
@ -21,3 +21,8 @@ var_append confopt ' ' "--enable-nautilus-view"
|
|
|
|
|
# TODO: we do not have defined a CA file path yet so we disable it for now |
|
|
|
|
# --with-ca-file=[path] path to system Certificate Authority list |
|
|
|
|
var_append extraconfopt ' ' "--without-ca-file" |
|
|
|
|
|
|
|
|
|
# nss support |
|
|
|
|
if ! pkginstalled -f nss; then |
|
|
|
|
var_append extraconfopt ' ' "--disable-nss" |
|
|
|
|
fi |
|
|
|
|