Fix the aarch64 build
This commit is contained in:
parent
578228ae99
commit
4d35c8a983
28
chromium-77.0.3865.75-missing-limits.patch
Normal file
28
chromium-77.0.3865.75-missing-limits.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From 5baf7df7f4c5971dab552897eeef94b194650ce5 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Dave Tapuska <dtapuska@chromium.org>
|
||||||
|
Date: Mon, 12 Aug 2019 22:30:13 +0000
|
||||||
|
Subject: [PATCH] Fix build failure due to missing include for std::numeric_limits usage.
|
||||||
|
|
||||||
|
Some configurations fail to build, limits should have been included.
|
||||||
|
|
||||||
|
BUG=992832
|
||||||
|
|
||||||
|
Change-Id: I894ba0543bfcef101c93259e39a31d12ae6d035c
|
||||||
|
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747981
|
||||||
|
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
|
||||||
|
Reviewed-by: Mostyn Bramley-Moore <mostynb@vewd.com>
|
||||||
|
Cr-Commit-Position: refs/heads/master@{#686214}
|
||||||
|
---
|
||||||
|
|
||||||
|
diff --git a/third_party/blink/renderer/platform/exported/web_time_range.cc b/third_party/blink/renderer/platform/exported/web_time_range.cc
|
||||||
|
index 384566a..68d83e1 100644
|
||||||
|
--- a/third_party/blink/renderer/platform/exported/web_time_range.cc
|
||||||
|
+++ b/third_party/blink/renderer/platform/exported/web_time_range.cc
|
||||||
|
@@ -31,6 +31,7 @@
|
||||||
|
#include "third_party/blink/public/platform/web_time_range.h"
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
+#include <limits>
|
||||||
|
|
||||||
|
namespace blink {
|
||||||
|
|
@ -292,6 +292,8 @@ Patch67: chromium-77.0.3865.75-base-gcc-no-alignas.patch
|
|||||||
Patch68: chromium-77.0.3865.75-harfbuzz-subset.patch
|
Patch68: chromium-77.0.3865.75-harfbuzz-subset.patch
|
||||||
# https://chromium.googlesource.com/chromium/src.git/+/f08cb0022527081c078e8b96062e6c9b4fbda151
|
# https://chromium.googlesource.com/chromium/src.git/+/f08cb0022527081c078e8b96062e6c9b4fbda151
|
||||||
Patch69: chromium-77.0.3865.75-gcc-abstract-class.patch
|
Patch69: chromium-77.0.3865.75-gcc-abstract-class.patch
|
||||||
|
# https://chromium.googlesource.com/chromium/src/+/5baf7df7f4c5971dab552897eeef94b194650ce5
|
||||||
|
Patch70: chromium-77.0.3865.75-missing-limits.patch
|
||||||
|
|
||||||
# Apply these changes to work around EPEL7 compiler issues
|
# Apply these changes to work around EPEL7 compiler issues
|
||||||
Patch100: chromium-62.0.3202.62-kmaxskip-constexpr.patch
|
Patch100: chromium-62.0.3202.62-kmaxskip-constexpr.patch
|
||||||
@ -862,6 +864,7 @@ udev.
|
|||||||
%patch67 -p1 -b .base-gcc-no-alignas
|
%patch67 -p1 -b .base-gcc-no-alignas
|
||||||
%patch68 -p1 -b .harfbuzz-subset
|
%patch68 -p1 -b .harfbuzz-subset
|
||||||
%patch69 -p1 -b .gcc-abstract-class
|
%patch69 -p1 -b .gcc-abstract-class
|
||||||
|
%patch70 -p1 -b .missing-limits
|
||||||
|
|
||||||
# EPEL specific patches
|
# EPEL specific patches
|
||||||
%if 0%{?rhel} == 7
|
%if 0%{?rhel} == 7
|
||||||
|
Loading…
Reference in New Issue
Block a user