Added objdir patch
This commit is contained in:
parent
c606320209
commit
067bb242d3
13
thunderbird-objdir.patch
Normal file
13
thunderbird-objdir.patch
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user