Added mozilla-file patch for f17 and f18 compilation
This commit is contained in:
parent
fbdb993412
commit
e079acbb3c
26
mozilla-file.patch
Normal file
26
mozilla-file.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
diff -up mozilla-beta/ipc/chromium/src/base/file_util_linux.cc.file mozilla-beta/ipc/chromium/src/base/file_util_linux.cc
|
||||||
|
--- mozilla-beta/ipc/chromium/src/base/file_util_linux.cc.file 2012-01-24 09:00:00.000000000 +0100
|
||||||
|
+++ mozilla-beta/ipc/chromium/src/base/file_util_linux.cc 2012-01-25 15:30:43.707796295 +0100
|
||||||
|
@@ -5,6 +5,9 @@
|
||||||
|
#include "base/file_util.h"
|
||||||
|
|
||||||
|
#include <fcntl.h>
|
||||||
|
+#if defined(ANDROID) || defined(OS_POSIX)
|
||||||
|
+#include <unistd.h>
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
diff -up mozilla-beta/ipc/chromium/src/base/message_pump_libevent.cc.file mozilla-beta/ipc/chromium/src/base/message_pump_libevent.cc
|
||||||
|
--- mozilla-beta/ipc/chromium/src/base/message_pump_libevent.cc.file 2012-01-24 09:00:00.000000000 +0100
|
||||||
|
+++ mozilla-beta/ipc/chromium/src/base/message_pump_libevent.cc 2012-01-25 15:13:11.947771212 +0100
|
||||||
|
@@ -6,6 +6,9 @@
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
+#if defined(ANDROID) || defined(OS_POSIX)
|
||||||
|
+#include <unistd.h>
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
#include "eintr_wrapper.h"
|
||||||
|
#include "base/logging.h"
|
@ -1,7 +1,7 @@
|
|||||||
# Build as a debug package?
|
# Build as a debug package?
|
||||||
%define debug_build 0
|
%define debug_build 0
|
||||||
|
|
||||||
%if 0%{?fedora} <= 16
|
%if 0%{?fedora} <= 17
|
||||||
%define system_sqlite 0
|
%define system_sqlite 0
|
||||||
%else
|
%else
|
||||||
%define system_sqlite 1
|
%define system_sqlite 1
|
||||||
@ -62,6 +62,7 @@ Patch8: xulrunner-10.0-secondary-ipc.patch
|
|||||||
|
|
||||||
# Build patches
|
# Build patches
|
||||||
Patch102: mozilla-733867-x.patch
|
Patch102: mozilla-733867-x.patch
|
||||||
|
Patch103: mozilla-file.patch
|
||||||
|
|
||||||
# Linux specific
|
# Linux specific
|
||||||
Patch200: thunderbird-8.0-enable-addons.patch
|
Patch200: thunderbird-8.0-enable-addons.patch
|
||||||
@ -150,6 +151,7 @@ cd %{tarballdir}
|
|||||||
cd mozilla
|
cd mozilla
|
||||||
%patch7 -p2 -b .static
|
%patch7 -p2 -b .static
|
||||||
%patch8 -p3 -b .secondary-ipc
|
%patch8 -p3 -b .secondary-ipc
|
||||||
|
%patch103 -p1 -b .mozilla-file
|
||||||
cd ..
|
cd ..
|
||||||
%patch102 -p1 -b .733867
|
%patch102 -p1 -b .733867
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user