From 786e26bbf357a109c7657b6df5e49eb7a1452d82 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 4 Apr 2011 16:13:45 +0200 Subject: [PATCH] epiphany: changed to disable nss support if there is no nss package available --- gnome2/epiphany/epiphany.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnome2/epiphany/epiphany.conf b/gnome2/epiphany/epiphany.conf index eb9752944..457646688 100644 --- a/gnome2/epiphany/epiphany.conf +++ b/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