diff --git a/chromium-62.0.3202.62-epel7-noc++14.patch b/chromium-62.0.3202.62-epel7-noc++14.patch index 57d24b0..6ed714a 100644 --- a/chromium-62.0.3202.62-epel7-noc++14.patch +++ b/chromium-62.0.3202.62-epel7-noc++14.patch @@ -6,7 +6,7 @@ diff -up chromium-62.0.3202.62/tools/gn/bootstrap/bootstrap.py.epel7-noc++14 chr '-fno-exceptions' ]) - cflags_cc.extend(['-std=c++14', '-Wno-c++11-narrowing']) -+ cflags_cc.extend(['-Wno-c++11-narrowing']) ++ cflags_cc.extend(['-std=c++11', '-Wno-c++11-narrowing']) if is_aix: cflags.extend(['-maix64']) ldflags.extend([ '-maix64 -Wl,-bbigtoc' ])