Added objdir patch

This commit is contained in:
Martin Stransky 2014-07-30 10:59:16 +02:00
parent c606320209
commit 067bb242d3
2 changed files with 17 additions and 1 deletions

13
thunderbird-objdir.patch Normal file
View File

@ -0,0 +1,13 @@
diff -up thunderbird-31.0/comm-esr31/client.mk.old thunderbird-31.0/comm-esr31/client.mk
--- thunderbird-31.0/comm-esr31/client.mk.old 2014-07-18 02:04:05.000000000 +0200
+++ thunderbird-31.0/comm-esr31/client.mk 2014-07-30 10:57:01.177453550 +0200
@@ -131,7 +131,7 @@ endif
ifndef MOZ_OBJDIR
- MOZ_OBJDIR = obj-$(CONFIG_GUESS)
+ MOZ_OBJDIR = objdir
else
# On Windows Pymake builds check MOZ_OBJDIR doesn't start with "/"
ifneq (,$(findstring mingw,$(CONFIG_GUESS)))
diff -up thunderbird-31.0/comm-esr31/mozilla/media/webrtc/trunk/Makefile.old thunderbird-31.0/comm-esr31/mozilla/media/webrtc/trunk/Makefile

View File

@ -75,6 +75,7 @@ Patch0: thunderbird-install-dir.patch
Patch9: mozilla-build-arm.patch
# Build patches
Patch100: thunderbird-objdir.patch
# Linux specific
Patch200: thunderbird-enable-addons.patch
@ -158,7 +159,9 @@ debug %{name}, you want to install %{name}-debuginfo instead.
%setup -q -c
cd %{tarballdir}
%patch0 -p2 -b .dir
%patch0 -p2 -b .dir
%patch100 -p2 -b .objdir
# Mozilla (XULRunner) patches
cd mozilla
%patch9 -p2 -b .arm