diff options
Diffstat (limited to 'www/netsurf/files/patch-frontends_gtk_gui.c')
-rw-r--r-- | www/netsurf/files/patch-frontends_gtk_gui.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/netsurf/files/patch-frontends_gtk_gui.c b/www/netsurf/files/patch-frontends_gtk_gui.c new file mode 100644 index 000000000000..f1d31d19927d --- /dev/null +++ b/www/netsurf/files/patch-frontends_gtk_gui.c @@ -0,0 +1,11 @@ +--- frontends/gtk/gui.c.orig 2016-11-19 13:37:41 UTC ++++ frontends/gtk/gui.c +@@ -198,7 +198,7 @@ static nserror set_defaults(struct nsopt + } + + /* default path to certificates */ +- nsoption_setnull_charp(ca_path, strdup("/etc/ssl/certs")); ++ nsoption_setnull_charp(ca_path, strdup("%%PREFIX%%/share/certs")); + + if ((nsoption_charp(cookie_file) == NULL) || + (nsoption_charp(cookie_jar) == NULL) || |