X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fbundle_env_linux.cc;h=80830964b4e9f50be6bd16adeb19d2bc1a0c6a83;hb=c7863289664f0c847f6a5e1c0fa5b4c731c134d3;hp=2586ad5dcd79a12de819d650660372b5e9272ad0;hpb=89cf05b0d2be64de461dec06085f852cc4a155f4;p=ardour.git diff --git a/gtk2_ardour/bundle_env_linux.cc b/gtk2_ardour/bundle_env_linux.cc index 2586ad5dcd..80830964b4 100644 --- a/gtk2_ardour/bundle_env_linux.cc +++ b/gtk2_ardour/bundle_env_linux.cc @@ -36,9 +36,10 @@ #include "pbd/pathexpand.h" #include "pbd/file_utils.h" +#include "ardour_http.h" #include "bundle_env.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace PBD; using namespace ARDOUR; @@ -110,11 +111,12 @@ fixup_bundle_environment (int /*argc*/, char* argv[], string & localedir) error << _("No fontconfig file found on your system. Things may looked very odd or ugly") << endmsg; } - /* this doesn't do much but setting it should prevent various parts of the GTK/GNU stack - from looking outside the bundle to find the charset.alias file. - */ - g_setenv ("CHARSETALIASDIR", dir_path.c_str(), 1); + /* this doesn't do much but setting it should prevent various parts of the GTK/GNU stack + from looking outside the bundle to find the charset.alias file. + */ + g_setenv ("CHARSETALIASDIR", dir_path.c_str(), 1); + ArdourCurl::HttpGet::setup_certificate_paths (); } void