Browse Source

epiphany: changed to disable nss support if there is no nss package available

stable/0.2
Christian Wiese 14 years ago
parent
commit
786e26bbf3
  1. 5
      gnome2/epiphany/epiphany.conf

5
gnome2/epiphany/epiphany.conf

@ -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

Loading…
Cancel
Save