Disabled DBus remote
This commit is contained in:
parent
e436bf67f0
commit
b50d537124
12
disable-dbus-remote.patch
Normal file
12
disable-dbus-remote.patch
Normal 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);
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user