Disabled DBus remote

This commit is contained in:
Martin Stransky 2018-11-06 11:30:12 +01:00
parent e436bf67f0
commit b50d537124
2 changed files with 14 additions and 0 deletions

12
disable-dbus-remote.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up thunderbird-60.3.0/toolkit/components/remote/nsRemoteService.cpp.old thunderbird-60.3.0/toolkit/components/remote/nsRemoteService.cpp
--- thunderbird-60.3.0/toolkit/components/remote/nsRemoteService.cpp.old 2018-11-06 11:25:46.634929894 +0100
+++ thunderbird-60.3.0/toolkit/components/remote/nsRemoteService.cpp 2018-11-06 11:21:49.617828440 +0100
@@ -34,7 +34,7 @@ NS_IMPL_ISUPPORTS(nsRemoteService,
NS_IMETHODIMP
nsRemoteService::Startup(const char* aAppName, const char* aProfileName)
{
-#if defined(MOZ_ENABLE_DBUS)
+#if 0
nsresult rv;
mDBusRemoteService = new nsDBusRemoteService();
rv = mDBusRemoteService->Startup(aAppName, aProfileName);

View File

@ -128,6 +128,7 @@ Patch307: build-disable-elfhack.patch
Patch309: mozilla-1460871-ldap-query.patch
# Fedora specific patches
Patch310: disable-dbus-remote.patch
# Upstream patches
@ -243,6 +244,7 @@ debug %{name}, you want to install %{name}-debuginfo instead.
%patch26 -p1 -b .icu
%patch305 -p1 -b .big-endian
%endif
%patch310 -p1 -b .disable-dbus-remote
%patch37 -p1 -b .jit-atomic-lucky
%patch40 -p1 -b .aarch64-skia